summaryrefslogtreecommitdiff
path: root/postprocess/rebase
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 09:44:11 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 09:44:11 +0000
commit7d09e5ad8bddf490895d58b828bc782841d336c3 (patch)
tree66aa021dacb5250178507f2ba8559810bbcc9695 /postprocess/rebase
parenta9aa2189fee1cd978833268fd0564d74b421d206 (diff)
INTEGRATION: CWS ause068 (1.7.44); FILE MERGED
2006/09/21 14:42:57 hjs 1.7.44.1: #i69536# + no longer required before echo command
Diffstat (limited to 'postprocess/rebase')
-rwxr-xr-xpostprocess/rebase/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/postprocess/rebase/makefile.mk b/postprocess/rebase/makefile.mk
index 7855975a0007..847580c37150 100755
--- a/postprocess/rebase/makefile.mk
+++ b/postprocess/rebase/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 16:32:37 $
+# last change: $Author: kz $ $Date: 2006-10-05 10:44:11 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -56,10 +56,10 @@ $(BASEADDRESSES) .PHONY :
.IF "$(product)"=="full"
+$(PERL) rebase.pl -C $(BASEADDRESSES) -b $(STARTADDRESS) -d -e 10000 -l $(LOGFILE) -m $(MISC) -v -R $(SOLARBINDIR) -N $(EXCLUDELIST) $(IMAGENAMES)
.ELSE # "$(product)"=="full"
- @+echo Doing nothing on non product builds ...
+ @echo Doing nothing on non product builds ...
.ENDIF # "$(product)"=="full"
.ELSE # "$(GUI)"=="WNT"
- @+echo Nothing to do, 'rebase' is windows only.
+ @echo Nothing to do, 'rebase' is windows only.
.ENDIF