| author | ohair |
| Thu Jun 10 14:32:58 2010 -0700 (2 years ago) | |
| changeset 48 | 49efd83dd6b5 |
| parent 47 | 9089ab6753d9 |
| child 49 | 8890516b8822 |
--- a/make/Makefile Wed Jun 09 15:21:52 2010 -0700+++ b/make/Makefile Thu Jun 10 14:32:58 2010 -0700@@ -64,6 +64,11 @@ elseANT_OPTIONS += -Djavac.source=$(JAVAC_SOURCE_ARG)endifendif++# If downloads are allowed+ifeq ($(ALLOW_DOWNLOADS),true)+ ANT_OPTIONS += -Dallow.downloads=true+endif# Figure out the platform we are using_SYSTEM_UNAME := $(shell uname)