From: H. P. A. <hp...@zy...> - 2016-08-16 21:15:17
|
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. -hpa |