comparison make/defs.make @ 5911:030b5306d60f hs24-b02

Merge
author amurillo
date Fri, 02 Mar 2012 16:27:09 -0800
parents 7292cff45988
children 3d7ea1dbe0de
comparison
equal deleted inserted replaced
5893:610674484669 5911:030b5306d60f
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