From c8326c169ed4f0f1211193c293957e567ab57cff Mon Sep 17 00:00:00 2001 From: kpetersn <kmpeters@anl.gov> Date: Mon, 27 Feb 2023 20:04:09 +0000 Subject: [PATCH] Added a 'make distclean' to step 2.8 --- 2-IOC-deployment.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2-IOC-deployment.md b/2-IOC-deployment.md index 671ad9a..fb73dc4 100644 --- a/2-IOC-deployment.md +++ b/2-IOC-deployment.md @@ -181,7 +181,10 @@ $ echo "LINUX_NET_INSTALLED = NO" > configure/CONFIG_SITE.local ### 2.8 Build the IOC +We do a clean build at this point to ensure the fix for the previous failed build takes effect. The value that was set in in `CONFIG_SITE.local` causes some software to be exluded from the IOC. Without the `make distclean` the excluded software can be partially included in the IOC, which results in build problems. + ``` +$ make distclean $ make ``` -- GitLab