equal
deleted
inserted
replaced
62 else |
62 else |
63 ifdef JAVAC_SOURCE_ARG |
63 ifdef JAVAC_SOURCE_ARG |
64 ANT_OPTIONS += -Djavac.source=$(JAVAC_SOURCE_ARG) |
64 ANT_OPTIONS += -Djavac.source=$(JAVAC_SOURCE_ARG) |
65 endif |
65 endif |
66 endif |
66 endif |
|
67 |
|
68 # If downloads are allowed |
|
69 ifeq ($(ALLOW_DOWNLOADS),true) |
|
70 ANT_OPTIONS += -Dallow.downloads=true |
|
71 endif |
67 |
72 |
68 # Figure out the platform we are using |
73 # Figure out the platform we are using |
69 _SYSTEM_UNAME := $(shell uname) |
74 _SYSTEM_UNAME := $(shell uname) |
70 _PLATFORM_KIND = unix |
75 _PLATFORM_KIND = unix |
71 ifeq ($(_SYSTEM_UNAME), Windows_NT) |
76 ifeq ($(_SYSTEM_UNAME), Windows_NT) |
157 @echo " " |
162 @echo " " |
158 @echo " Targets (see ant project information for descriptions):" |
163 @echo " Targets (see ant project information for descriptions):" |
159 @echo " $(ANT_TARGETS)" |
164 @echo " $(ANT_TARGETS)" |
160 @echo " " |
165 @echo " " |
161 @echo " Environment or command line variables (all optional):" |
166 @echo " Environment or command line variables (all optional):" |
|
167 $(call helpenvline, ALT_DROPS_DIR,\ |
|
168 "Directory that contains the drop source bundles i.e. drops.dir") |
162 $(call helpenvline, ALT_BOOTDIR,\ |
169 $(call helpenvline, ALT_BOOTDIR,\ |
163 "JAVA_HOME to use when running ant") |
170 "JAVA_HOME to use when running ant") |
164 $(call helpenvline, ALT_LANGTOOLS_DIST,\ |
171 $(call helpenvline, ALT_LANGTOOLS_DIST,\ |
165 "path to langtools repository dist directory") |
172 "path to langtools repository dist directory") |
166 $(call helpenvline, ALT_OUTPUTDIR,\ |
173 $(call helpenvline, ALT_OUTPUTDIR,\ |