Makefile

changeset 572
64a9ebad39fe
parent 570
5cf7750c8c43
child 645
5b0b6ef58dbf
equal deleted inserted replaced
550:c1be681d80a1 572:64a9ebad39fe
23 # questions. 23 # questions.
24 # 24 #
25 25
26 # If NEWBUILD is defined, use the new build-infra Makefiles and configure. 26 # If NEWBUILD is defined, use the new build-infra Makefiles and configure.
27 # See NewMakefile.gmk for more information. 27 # See NewMakefile.gmk for more information.
28
29 # If not specified, select what the default build is
30 ifndef NEWBUILD
31 NEWBUILD=true
32 endif
28 33
29 ifeq ($(NEWBUILD),true) 34 ifeq ($(NEWBUILD),true)
30 35
31 # The new top level Makefile 36 # The new top level Makefile
32 include NewMakefile.gmk 37 include NewMakefile.gmk

mercurial