summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-23 11:00:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-23 11:00:54 +0000
commitd57e352b76883b57acde151db3de57224dab94eb (patch)
treefa0914d067019e4ff7921ba9ace564cfd854c560
parentf3f91d21079318a8dc8f3e1c7aeb282312e42136 (diff)
#i10000# Empty target for windows non product
-rwxr-xr-xpostprocess/rebase/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/postprocess/rebase/makefile.mk b/postprocess/rebase/makefile.mk
index ed99c3520444..391a631389f1 100755
--- a/postprocess/rebase/makefile.mk
+++ b/postprocess/rebase/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2005-03-18 09:45:34 $
+# last change: $Author: rt $ $Date: 2005-03-23 12:00:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,8 +82,10 @@ $(BASEADDRESSES) .PHONY :
.IF "$(GUI)"=="WNT"
.IF "$(product)"=="full"
+$(PERL) rebase.pl -C $(BASEADDRESSES) -b $(STARTADDRESS) -d -e 10000 -l $(LOGFILE) -m $(MISC) -v -R $(SOLARBINDIR) -N $(EXCLUDELIST) $(IMAGENAMES)
-.ENDIF
-.ELSE
+.ELSE # "$(product)"=="full"
+ @+echo Doing nothing on non product builds ...
+.ENDIF # "$(product)"=="full"
+.ELSE # "$(GUI)"=="WNT"
@+echo Nothing to do, 'rebase' is windows only.
.ENDIF