jdk/make/tools/Makefile
changeset 12853 7bdaa5aefd3d
parent 10110 75674d930b1f
child 13583 dc0017b1a452
equal deleted inserted replaced
12852:1582fa1cfa04 12853:7bdaa5aefd3d
     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.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    56 
    56 
    57 ifndef DISABLE_NIMBUS
    57 ifndef DISABLE_NIMBUS
    58   SUBDIRS += generate_nimbus
    58   SUBDIRS += generate_nimbus
    59 endif
    59 endif
    60 
    60 
       
    61 ifeq ($(PLATFORM), solaris)
       
    62   # temporary tools to work around gobjcopy bugs
       
    63   SUBDIRS += add_gnu_debuglink fix_empty_sec_hdr_flags
       
    64 endif
       
    65 
    61 include $(BUILDDIR)/common/Subdirs.gmk
    66 include $(BUILDDIR)/common/Subdirs.gmk
    62 
    67 
    63 all build clean clobber::
    68 all build clean clobber::
    64 	$(SUBDIRS-loop)
    69 	$(SUBDIRS-loop)
    65 
    70