mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 468569 - after building in srcdir, make distclean doesn't clean up enough. r=ted
This commit is contained in:
parent
3fa472be75
commit
6f16d6f944
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user