diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-06-23 23:56:54 +0200 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-06-23 23:56:54 +0200 |
commit | 5940448f084696010cc4f69b3547294f38393f76 (patch) | |
tree | 12ae4cef4fabde81e1c99cbde2f7b930f6b01425 | |
parent | 2a7092275f0740ca9bff0d7797921d0c8e0cb70a (diff) |
* [xulapp] improve clean rule to clean-up more build left-overs
- update src/xulapp.mk.in
-rw-r--r-- | src/xulapp.mk.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xulapp.mk.in b/src/xulapp.mk.in index 4f7720e..8709b17 100644 --- a/src/xulapp.mk.in +++ b/src/xulapp.mk.in @@ -28,7 +28,8 @@ build-system.stamp: touch $@ clean:: - # Drop build-system files - rm -rf config build toolkit nsprpub - rm -f Makefile.in configure.in aclocal.m4 allmakefiles.sh rm -f build-system.stamp + # Drop build-system files, and files/dirs generated during the build but + # outside of the xulapp tree + rm -rf config build toolkit nsprpub extensions memory netwerk probes xpcom + rm -f Makefile.in configure.in aclocal.m4 allmakefiles.sh config.* configure mozilla-config.h |