From 60a7566bb1b059bf612173430c8218d0b5baa999 Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Fri, 20 Jun 2008 22:09:03 +0200 Subject: * [xulapp] add a stamp file and clean-up toolkit + nsprpub - update src/xulapp.mk.in --- src/xulapp.mk.in | 10 +++++++--- 1 file 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 -- cgit v1.2.3