diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-06-20 22:09:03 +0200 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-06-20 22:09:03 +0200 |
commit | 60a7566bb1b059bf612173430c8218d0b5baa999 (patch) | |
tree | cd7fe5609709d584bc8e68eb7dca2ce97129383e | |
parent | 485d34782ef75498a8c617239a92ba0d00608a5b (diff) |
* [xulapp] add a stamp file and clean-up toolkit + nsprpub
- update src/xulapp.mk.in
-rw-r--r-- | src/xulapp.mk.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/xulapp.mk.in b/src/xulapp.mk.in index e0eb088..4f7720e 100644 --- a/src/xulapp.mk.in +++ b/src/xulapp.mk.in @@ -21,10 +21,14 @@ XUL_VERSION := $(shell xulrunner-1.9 --gre-version) -pre-build:: +pre-build:: build-system.stamp + +build-system.stamp: tar zxf /usr/lib/xulrunner-devel-$(XUL_VERSION)/sdk/build-system.tar.gz + touch $@ clean:: # Drop build-system files - rm -rf config build - rm -f toolkit/xre/make-platformini.py Makefile.in configure.in aclocal.m4 allmakefiles.sh nsprpub/config/make-system-wrappers.pl + rm -rf config build toolkit nsprpub + rm -f Makefile.in configure.in aclocal.m4 allmakefiles.sh + rm -f build-system.stamp |