# HG changeset patch # User katleman # Date 1335998812 25200 # Node ID b2972095a4b1e2a97409b7c3df61f3b263a5ce14 # Parent 47aa0ddc91260ed749595f55b501f87354eadcd5# Parent afeeed8e5f8cbf9eea4e78c301867e653391d520 Merge diff -r 47aa0ddc9126 -r b2972095a4b1 common/autoconf/configure --- a/common/autoconf/configure Thu Apr 26 14:04:42 2012 -0700 +++ b/common/autoconf/configure Wed May 02 15:46:52 2012 -0700 @@ -10489,7 +10489,7 @@ # Setup default logging of stdout and stderr to build.log in the output root. BUILD_LOG='$(OUTPUT_ROOT)/build.log' -BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)' +BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)' diff -r 47aa0ddc9126 -r b2972095a4b1 common/autoconf/configure.ac --- a/common/autoconf/configure.ac Thu Apr 26 14:04:42 2012 -0700 +++ b/common/autoconf/configure.ac Wed May 02 15:46:52 2012 -0700 @@ -1004,7 +1004,7 @@ # Setup default logging of stdout and stderr to build.log in the output root. BUILD_LOG='$(OUTPUT_ROOT)/build.log' -BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)' +BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)' AC_SUBST(BUILD_LOG) AC_SUBST(BUILD_LOG_WRAPPER)