diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-27 01:42:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-27 01:42:34 +0200 |
commit | 99474dc694fbebde14c69ae48e972e22b98f0941 (patch) | |
tree | 6ee4595e7a1d282c4423de5c732431805a80c890 | |
parent | fe2b8de85ac7bd196debf8b4e215efe9cbbe7dfc (diff) |
Do rebasing on 32-bit Windows only for nowLO-BASE-INTEGRATION-DEV300_m98
-rwxr-xr-x | postprocess/rebase/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/rebase/makefile.mk b/postprocess/rebase/makefile.mk index d9d6d10..0ccfa6b 100755 --- a/postprocess/rebase/makefile.mk +++ b/postprocess/rebase/makefile.mk @@ -44,14 +44,14 @@ IMAGENAMES=$(SOLARBINDIR)$/*.dll $(SOLARBINDIR)$/so$/*.dll ALLTAR : REBASE REBASE .PHONY : $(BASEADDRESSES) -.IF "$(GUI)"=="WNT" +.IF "$(GUI)$(CPU)"=="WNTI" .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 ... .ENDIF # "$(product)"=="full" -.ELSE # "$(GUI)"=="WNT" - @echo Nothing to do, 'rebase' is windows only. +.ELSE # "$(GUI)"=="WNTI" + @echo We do rebasing on 32-bit Windows only. .ENDIF $(BASEADDRESSES) : coffbase.txt |