[Mesa-dev] build errors and make distclean

Matt Turner mattst88 at gmail.com
Tue Jan 31 03:52:39 PST 2012


On Tue, Jan 31, 2012 at 6:18 AM, Andy Furniss <andyqos at 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?


More information about the mesa-dev mailing list