Default CLEAN to '1'
The CLEAN processes really need to run anytime 'prerun.sh' is run, and that script is run every time. e.g. If CLEAN != 1, the quilt .pc dirs are not cleared, causing any patches to not be applied.
This commit is contained in:
parent
de5b2baa1c
commit
f69e0eb8a9
|
@ -242,7 +242,7 @@ follows:
|
|||
* Run build.sh to build all stages
|
||||
* Add SKIP files to the earlier successfully built stages
|
||||
* Modify the last stage
|
||||
* Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh```
|
||||
* Rebuild just the last stage using ```sudo ./build.sh```
|
||||
* Once you're happy with the image you can remove the SKIP_IMAGES files and
|
||||
export your image to test
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user