make/common/MakeBase.gmk
changeset 28602 51c0dcf51b67
parent 27595 cff167b3bfa2
child 28606 e4a5774f2ddd
equal deleted inserted replaced
28353:822cfac0f3c0 28602:51c0dcf51b67
   347     # Building <TARGET> (from <FIRST PREREQUISITE>) (<ALL NEWER PREREQUISITES> newer)
   347     # Building <TARGET> (from <FIRST PREREQUISITE>) (<ALL NEWER PREREQUISITES> newer)
   348     # but with a limit of 20 on <ALL NEWER PREREQUISITES>, to avoid cluttering logs too much
   348     # but with a limit of 20 on <ALL NEWER PREREQUISITES>, to avoid cluttering logs too much
   349     # (and causing a crash on Cygwin).
   349     # (and causing a crash on Cygwin).
   350     # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
   350     # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
   351     # Only use time if it's GNU time which supports format and output file.
   351     # Only use time if it's GNU time which supports format and output file.
   352     WRAPPER_SHELL:=$$(BASH) $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log $$(BASH)
   352     WRAPPER_SHELL:=$$(BASH) $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log $$(SHELL)
   353     SHELL=$$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
   353     SHELL=$$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
   354   endif
   354   endif
   355   # Never remove warning messages; this is just for completeness
   355   # Never remove warning messages; this is just for completeness
   356   LOG_WARN=
   356   LOG_WARN=
   357   ifneq ($$(findstring $$(LOG_LEVEL),info debug trace),)
   357   ifneq ($$(findstring $$(LOG_LEVEL),info debug trace),)