Fix packaging of cross-compiled builds by using proper $(STRIP)
git-svn-id: svn://10.0.0.236/trunk@83541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -113,7 +113,7 @@ endif
|
||||
! -name "*.tbl" \
|
||||
! -name "*.src" \
|
||||
! -name "*.reg" \
|
||||
-exec strip $(STRIP_FLAGS) {} >/dev/null 2>&1 \;
|
||||
-exec $(STRIP) $(STRIP_FLAGS) {} >/dev/null 2>&1 \;
|
||||
ifeq ($(MOZ_PKG_FORMAT),TGZ)
|
||||
cd $(DIST); tar -cvhf - package | gzip -vf9 > $@
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user