changeset 471:b2972095a4b1 jdk8-b37

Merge
author katleman
date Wed, 02 May 2012 15:46:52 -0700
parents 47aa0ddc9126 (current diff) afeeed8e5f8c (diff)
children 2eeb9fac7dfc 2f06b15e2439
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)'
 
 
 
--- 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)