jdk/make/launchers/Makefile.launcher
changeset 11826 8b378b0ae8fa
parent 5506 202f599c92aa
child 12047 320a714614e9
equal deleted inserted replaced
11825:267ac03556be 11826:8b378b0ae8fa
     1 #
     1 #
     2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2004, 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
    45 	$(ECHO) "No MAIN_CLASS name defined"
    45 	$(ECHO) "No MAIN_CLASS name defined"
    46 	exit 1
    46 	exit 1
    47 endif
    47 endif
    48 
    48 
    49 # Some tools need the wildcard expansion option
    49 # Some tools need the wildcard expansion option
    50 ifeq ($(PROGRAM),apt)
       
    51   WILDCARDS=true
       
    52   NEVER_ACT_AS_SERVER_CLASS_MACHINE=true
       
    53 endif
       
    54 ifeq ($(PROGRAM),javac)
    50 ifeq ($(PROGRAM),javac)
    55   WILDCARDS=true
    51   WILDCARDS=true
    56   MAIN_JAVA_ARGS += -J-Xss4m -J-ea:com.sun.tools...
    52   MAIN_JAVA_ARGS += -J-Xss4m -J-ea:com.sun.tools...
    57   NEVER_ACT_AS_SERVER_CLASS_MACHINE=true
    53   NEVER_ACT_AS_SERVER_CLASS_MACHINE=true
    58 endif
    54 endif