jdk/make/common/shared/Defs-control.gmk
changeset 14406 0c65c125ff9d
parent 11331 245d2d6da902
equal deleted inserted replaced
14405:e7fff80005c1 14406:0c65c125ff9d
     1 #
     1 #
     2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1995, 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.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    86 ABS_TEMP_DIR = $(ABS_OUTPUTDIR)/tmp
    86 ABS_TEMP_DIR = $(ABS_OUTPUTDIR)/tmp
    87 
    87 
    88 dummy := $(shell $(MKDIR) -p $(TEMP_DIR))
    88 dummy := $(shell $(MKDIR) -p $(TEMP_DIR))
    89 
    89 
    90 # The language version we want for this jdk build
    90 # The language version we want for this jdk build
    91 SOURCE_LANGUAGE_VERSION=7
    91 SOURCE_LANGUAGE_VERSION=8
    92 # The class version we want for this jdk build
    92 # The class version we want for this jdk build
    93 TARGET_CLASS_VERSION=7
    93 TARGET_CLASS_VERSION=8
    94 
    94 
    95 # The MESSAGE, WARNING and ERROR files are used to store sanity check and 
    95 # The MESSAGE, WARNING and ERROR files are used to store sanity check and 
    96 # source check messages, warnings and errors. 
    96 # source check messages, warnings and errors. 
    97 export ERROR_FILE   := $(ABS_OUTPUTDIR)/sanityCheckErrors.txt
    97 export ERROR_FILE   := $(ABS_OUTPUTDIR)/sanityCheckErrors.txt
    98 export WARNING_FILE := $(ABS_OUTPUTDIR)/sanityCheckWarnings.txt
    98 export WARNING_FILE := $(ABS_OUTPUTDIR)/sanityCheckWarnings.txt