equal
deleted
inserted
replaced
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 |