summaryrefslogtreecommitdiff
path: root/src/mozclient.mk.in
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2007-12-30 22:03:12 +0100
committerFabien Tassin <fta@sofaraway.org>2007-12-30 22:03:12 +0100
commitcda6921371822480f2d8ba86a5de34fe324b3bc6 (patch)
tree33a4bdc24d9ad223b88245c4e6f33b935d2f289c /src/mozclient.mk.in
parent82d60dbafdc698603ae6d24c123f71f0347f9ec9 (diff)
* Fix clean-up script path substitution
- update src/Makefile - update src/mozclient.mk.in
Diffstat (limited to 'src/mozclient.mk.in')
-rw-r--r--src/mozclient.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mozclient.mk.in b/src/mozclient.mk.in
index 4dcc98d..df64d9d 100644
--- a/src/mozclient.mk.in
+++ b/src/mozclient.mk.in
@@ -81,7 +81,7 @@ MOZCLIENT_CVS_LOC = :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
MOZCLIENT_STAMP ?= stamped
MOZCLIENT_TMP := mozclient-tmp
-MOZCLIENT_EXCLUDE_SCRIPT := remove.binonly.sh
+MOZCLIENT_EXCLUDE_SCRIPT := ../../remove.binonly.sh
NOBINONLY := nobinonly
TAR_EXCLUDE := --exclude=CVS --exclude=.cvsignore
@@ -168,7 +168,7 @@ mozclient-checkout:
# Remove bin-only files using the remove.binonly.sh script.
# Keep a log in REMOVED+nobinonly.txt
mozclient-remove-bin:
- cd $(MOZCLIENT_TMP)/mozilla && sh ../../$(MOZCLIENT_EXCLUDE_SCRIPT) > REMOVED+$(NOBINONLY).txt 2>&1
+ cd $(MOZCLIENT_TMP)/mozilla && sh $(MOZCLIENT_EXCLUDE_SCRIPT) > REMOVED+$(NOBINONLY).txt 2>&1
if [ ! -s $(MOZCLIENT_TMP)/mozilla/REMOVED+$(NOBINONLY).txt ] ; then rm $(MOZCLIENT_TMP)/mozilla/REMOVED+$(NOBINONLY).txt ; fi
# Pack