Loading core/main.mk +3 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81)) $(warning ********************************************************************************) $(warning * You are using version $(MAKE_VERSION) of make.) $(warning * You must upgrade to version 3.81 or greater.) $(warning * see http://source.android.com/download) $(warning * see http://source.android.com/source/download.html) $(warning ********************************************************************************) $(error stopping) endif Loading Loading @@ -109,7 +109,7 @@ $(info Your version is: $(shell java -version 2>&1 | head -n 1).) $(info The correct version is: 1.6.) $(info $(space)) $(info Please follow the machine setup instructions at) $(info $(space)$(space)$(space)$(space)http://source.android.com/download) $(info $(space)$(space)$(space)$(space)http://source.android.com/source/download.html) $(info ************************************************************) $(error stop) endif Loading @@ -125,7 +125,7 @@ $(info Your version is: $(shell javac -version 2>&1 | head -n 1).) $(info The correct version is: 1.6.) $(info $(space)) $(info Please follow the machine setup instructions at) $(info $(space)$(space)$(space)$(space)http://source.android.com/download) $(info $(space)$(space)$(space)$(space)http://source.android.com/source/download.html) $(info ************************************************************) $(error stop) endif Loading Loading
core/main.mk +3 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81)) $(warning ********************************************************************************) $(warning * You are using version $(MAKE_VERSION) of make.) $(warning * You must upgrade to version 3.81 or greater.) $(warning * see http://source.android.com/download) $(warning * see http://source.android.com/source/download.html) $(warning ********************************************************************************) $(error stopping) endif Loading Loading @@ -109,7 +109,7 @@ $(info Your version is: $(shell java -version 2>&1 | head -n 1).) $(info The correct version is: 1.6.) $(info $(space)) $(info Please follow the machine setup instructions at) $(info $(space)$(space)$(space)$(space)http://source.android.com/download) $(info $(space)$(space)$(space)$(space)http://source.android.com/source/download.html) $(info ************************************************************) $(error stop) endif Loading @@ -125,7 +125,7 @@ $(info Your version is: $(shell javac -version 2>&1 | head -n 1).) $(info The correct version is: 1.6.) $(info $(space)) $(info Please follow the machine setup instructions at) $(info $(space)$(space)$(space)$(space)http://source.android.com/download) $(info $(space)$(space)$(space)$(space)http://source.android.com/source/download.html) $(info ************************************************************) $(error stop) endif Loading