From: H. P. A. <hp...@zy...> - 2016-08-16 22:06:52
|
On 08/16/16 14:15, H. Peter Anvin wrote: > On 08/02/16 09:33, H. Peter Anvin wrote: >> If you build pull the master branch into a directory you have previously >> done a build in: >> >> YOU MUST DO A "git clean -d -f", OR THE BUILD WILL BE BROKEN. >> >> Use "git clean -d -n" to make sure it won't delete any files you >> actually care about. >> >> This is because files have moved around, but the build will pick up >> obsolete generated files if they are present. >> > > Note: > > "git clean -fdx" is even better, but before doing so, use > "git clean -ndx" to make sure you don't delete something that you can't > replace. > Also, Cyrill just pointed out that the dependency generation script broke when the source code was reorganized. This has now been fixed. -hpa |