comparison make/windows/build.make @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents 76841bdd5f3e 74c359c4a9e5
children 989155e2d07a
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
1 # 1 #
2 # Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
297 @ echo JDK_DOTVER=$(JDK_DOTVER) >> $@ 297 @ echo JDK_DOTVER=$(JDK_DOTVER) >> $@
298 @ echo JRE_RELEASE_VER=$(JRE_RELEASE_VER) >> $@ 298 @ echo JRE_RELEASE_VER=$(JRE_RELEASE_VER) >> $@
299 @ echo BUILDARCH=$(BUILDARCH) >> $@ 299 @ echo BUILDARCH=$(BUILDARCH) >> $@
300 @ echo Platform_arch=$(Platform_arch) >> $@ 300 @ echo Platform_arch=$(Platform_arch) >> $@
301 @ echo Platform_arch_model=$(Platform_arch_model) >> $@ 301 @ echo Platform_arch_model=$(Platform_arch_model) >> $@
302 @ echo CXX=$(CXX) >> $@
303 @ echo LD=$(LD) >> $@
304 @ echo MT=$(MT) >> $@
305 @ echo RC=$(RC) >> $@
302 @ sh $(WorkSpace)/make/windows/get_msc_ver.sh >> $@ 306 @ sh $(WorkSpace)/make/windows/get_msc_ver.sh >> $@
307 @ if "$(ENABLE_FULL_DEBUG_SYMBOLS)" NEQ "" echo ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS) >> $@
308 @ if "$(ZIP_DEBUGINFO_FILES)" NEQ "" echo ZIP_DEBUGINFO_FILES=$(ZIP_DEBUGINFO_FILES) >> $@
309 @ if "$(RM)" NEQ "" echo RM=$(RM) >> $@
310 @ if "$(ZIPEXE)" NEQ "" echo ZIPEXE=$(ZIPEXE) >> $@
303 311
304 checks: checkVariant checkWorkSpace checkSA 312 checks: checkVariant checkWorkSpace checkSA
305 313
306 checkVariant: 314 checkVariant:
307 @ if "$(Variant)"=="" echo Need to specify "Variant=[graal|tiered|compiler2|compiler1|kernel|core]" && false 315 @ if "$(Variant)"=="" echo Need to specify "Variant=[graal|tiered|compiler2|compiler1|kernel|core]" && false