jdk/make/common/Defs.gmk
changeset 8694 6e5584652aea
parent 8583 15dea0fdc2ea
child 8820 ddac2c4891b9
equal deleted inserted replaced
8643:def8e16dd237 8694:6e5584652aea
     1 #
     1 #
     2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1995, 2011, 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
   486   COPYRIGHT_YEAR = $(ALT_COPYRIGHT_YEAR)
   486   COPYRIGHT_YEAR = $(ALT_COPYRIGHT_YEAR)
   487 else
   487 else
   488   COPYRIGHT_YEAR := $(shell $(DATE) '+%Y')
   488   COPYRIGHT_YEAR := $(shell $(DATE) '+%Y')
   489 endif
   489 endif
   490 
   490 
       
   491 ifndef OPENJDK
       
   492 include $(JDK_TOPDIR)/make/closed/common/Defs.gmk
       
   493 endif
       
   494 
   491 # Install of imported file (JDK_IMPORT_PATH, or some other external location)
   495 # Install of imported file (JDK_IMPORT_PATH, or some other external location)
   492 define install-importonly-file
   496 define install-importonly-file
   493 @$(ECHO) "ASSEMBLY_IMPORT: $@"
   497 @$(ECHO) "ASSEMBLY_IMPORT: $@"
   494 $(prep-target)
   498 $(prep-target)
   495 $(CP) $< $@
   499 $(CP) $< $@