From 5940448f084696010cc4f69b3547294f38393f76 Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Mon, 23 Jun 2008 23:56:54 +0200 Subject: * [xulapp] improve clean rule to clean-up more build left-overs - update src/xulapp.mk.in --- src/xulapp.mk.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/xulapp.mk.in') 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 -- cgit v1.2.3