diff -r c1be681d80a1 -r 64a9ebad39fe Makefile --- a/Makefile Thu Jan 03 12:44:32 2013 -0800 +++ b/Makefile Tue Jan 08 13:14:22 2013 -0800 @@ -26,6 +26,11 @@ # If NEWBUILD is defined, use the new build-infra Makefiles and configure. # See NewMakefile.gmk for more information. +# If not specified, select what the default build is +ifndef NEWBUILD + NEWBUILD=true +endif + ifeq ($(NEWBUILD),true) # The new top level Makefile