comparison make/defs.make @ 5897:7292cff45988

7141244: build-infra merge: Include $(SPEC) in makefiles and make variables overridable Reviewed-by: dholmes, ohrstrom, ohair, jcoomes
author erikj
date Wed, 22 Feb 2012 09:24:35 +0100
parents f09ae3853e3b
children 3d7ea1dbe0de
comparison
equal deleted inserted replaced
5896:b5ab7482dbf9 5897:7292cff45988
21 # questions. 21 # questions.
22 # 22 #
23 # 23 #
24 24
25 # The common definitions for hotspot builds. 25 # The common definitions for hotspot builds.
26
27 # Optionally include SPEC file generated by configure.
28 ifneq ($(SPEC),)
29 include $(SPEC)
30 endif
26 31
27 # Default to verbose build logs (show all compile lines): 32 # Default to verbose build logs (show all compile lines):
28 MAKE_VERBOSE=y 33 MAKE_VERBOSE=y
29 34
30 # Make macros for install files or preparing targets 35 # Make macros for install files or preparing targets