Matt Turner wrote:
On Tue, Jan 31, 2012 at 6:18 AM, Andy Furniss<andy...@ukfsn.org>  wrote:
I am getting a build error today - will have time later to investigate more.

I did notice, though that make distclean on head is not cleaning well enough
for me to git reset --hard back to somewhere that previously worked without
build errors.

I have to look at git status and manually clean up untracked eg.

rm -r bin/ylwrap src/glsl/.deps/ src/glsl/Makefile.in src/glsl/glcpp/.deps/
src/glsl/glcpp/Makefile src/glsl/glcpp/Makefile.in src/glsl/glsl_lexer.cc
src/glsl/glsl_parser.cc src/mesa/drivers/osmesa/.deps/
src/mesa/drivers/osmesa/Makefile.in

I assume this will break bisectability.

Mesa's top level Makefile simply runs `make clean` on subdirectories
and cleans up a .o and .a files for distclean.

Use `git clean -[dfx]` in the mean time?

Thanks, that's a lot quicker.

I expected that git bisect would clean by default, but anyway I found my problem.




_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to