From: H. P. A. <hp...@zy...> - 2016-08-02 16:33:32
|
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. -hpa |