Bug 468569 - after building in srcdir, make distclean doesn't clean up enough. r=ted

This commit is contained in:
Florian Queze 2009-07-13 13:46:23 +02:00
parent 3fa472be75
commit 6f16d6f944

View File

@ -354,6 +354,14 @@ check::
$(srcdir)/trace-test.js
endif
DIST_GARBAGE = config.cache config.log config.status \
config/myrules.mk config/myconfig.mk \
unallmakefiles js-config js-config.h mozilla-config.h
distclean::
cat unallmakefiles | $(XARGS) rm -f
rm -f $(DIST_GARBAGE)
# our build system doesn't handle subdir srcs very gracefully today
export::
mkdir -p nanojit