comparison make/windows/build.make @ 6020:d652a62d6e03

7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Reviewed-by: dholmes, ohair, sspitsyn
author dcubed
date Fri, 23 Mar 2012 11:50:33 -0700
parents 69e41359aef0
children 74c359c4a9e5
comparison
equal deleted inserted replaced
4958:3b24e7e01d20 6020:d652a62d6e03
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.
296 @ echo JRE_RELEASE_VER=$(JRE_RELEASE_VER) >> $@ 296 @ echo JRE_RELEASE_VER=$(JRE_RELEASE_VER) >> $@
297 @ echo BUILDARCH=$(BUILDARCH) >> $@ 297 @ echo BUILDARCH=$(BUILDARCH) >> $@
298 @ echo Platform_arch=$(Platform_arch) >> $@ 298 @ echo Platform_arch=$(Platform_arch) >> $@
299 @ echo Platform_arch_model=$(Platform_arch_model) >> $@ 299 @ echo Platform_arch_model=$(Platform_arch_model) >> $@
300 @ sh $(WorkSpace)/make/windows/get_msc_ver.sh >> $@ 300 @ sh $(WorkSpace)/make/windows/get_msc_ver.sh >> $@
301 @ if "$(ENABLE_FULL_DEBUG_SYMBOLS)" NEQ "" echo ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS) >> $@
302 @ if "$(ZIP_DEBUGINFO_FILES)" NEQ "" echo ZIP_DEBUGINFO_FILES=$(ZIP_DEBUGINFO_FILES) >> $@
303 @ if "$(RM)" NEQ "" echo RM=$(RM) >> $@
304 @ if "$(ZIPEXE)" NEQ "" echo ZIPEXE=$(ZIPEXE) >> $@
301 305
302 checks: checkVariant checkWorkSpace checkSA 306 checks: checkVariant checkWorkSpace checkSA
303 307
304 checkVariant: 308 checkVariant:
305 @ if "$(Variant)"=="" echo Need to specify "Variant=[tiered|compiler2|compiler1|kernel|core]" && false 309 @ if "$(Variant)"=="" echo Need to specify "Variant=[tiered|compiler2|compiler1|kernel|core]" && false