| author | ohair |
| Thu Jun 10 14:32:34 2010 -0700 (2 years ago) | |
| changeset 46 | d3984577cb78 |
| parent 45 | abcb3bcd7353 |
| child 47 | fa2f1b0af2c4 |
--- a/make/Makefile Wed Jun 09 15:19:33 2010 -0700+++ b/make/Makefile Thu Jun 10 14:32:34 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)