common/autoconf/configure
changeset 12475 0881e7d017ef
parent 12258 6ec26f6cc53e
child 12801 948f8ad66ee7
equal deleted inserted replaced
12472:98ce9816ae08 12475:0881e7d017ef
 10487 # Used on GNU/Linux systems, can be empty...
 10487 # Used on GNU/Linux systems, can be empty...
 10488 #AC_PATH_PROG(ELFDUMP, elfdump)
 10488 #AC_PATH_PROG(ELFDUMP, elfdump)
 10489 
 10489 
 10490 # Setup default logging of stdout and stderr to build.log in the output root.
 10490 # Setup default logging of stdout and stderr to build.log in the output root.
 10491 BUILD_LOG='$(OUTPUT_ROOT)/build.log'
 10491 BUILD_LOG='$(OUTPUT_ROOT)/build.log'
 10492 BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
 10492 BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
 10493 
 10493 
 10494 
 10494 
 10495 
 10495 
 10496 ###############################################################################
 10496 ###############################################################################
 10497 #
 10497 #