diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-23 11:00:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-23 11:00:54 +0000 |
commit | d57e352b76883b57acde151db3de57224dab94eb (patch) | |
tree | fa0914d067019e4ff7921ba9ace564cfd854c560 /postprocess/rebase/makefile.mk | |
parent | f3f91d21079318a8dc8f3e1c7aeb282312e42136 (diff) |
#i10000# Empty target for windows non product
Diffstat (limited to 'postprocess/rebase/makefile.mk')
-rwxr-xr-x | postprocess/rebase/makefile.mk | 10 |
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 |