Makefile

changeset 570
5cf7750c8c43
parent 478
2ba6f4da4bf3
child 645
5b0b6ef58dbf
equal deleted inserted replaced
569:2597feac57c0 570:5cf7750c8c43
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