Skip to content
Snippets Groups Projects
Commit c8326c16 authored by kpetersn's avatar kpetersn
Browse files

Added a 'make distclean' to step 2.8

parent 428fc870
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,10 @@ $ echo "LINUX_NET_INSTALLED = NO" > configure/CONFIG_SITE.local ...@@ -181,7 +181,10 @@ $ echo "LINUX_NET_INSTALLED = NO" > configure/CONFIG_SITE.local
### 2.8 Build the IOC ### 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 $ make
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment