View | Details | Raw Unified
Collapse All | Expand All

(-) bin/build-ooo.orig (-5 / +4 lines)
 Lines 21-29    Link Here 
echo "configuring ...";
echo "configuring ...";
autoconf || exit 1;
autoconf || exit 1;
echo "Env for configure:"
echo "Log Env for configure to `pwd`/env.log"
set
set > env.log
echo "Env for configure ends"
eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
 Lines 88-95    Link Here 
# similar that gives child nmake's pain.
# similar that gives child nmake's pain.
unset MAKEFLAGS
unset MAKEFLAGS
echo "Env:"
echo "Log Env to `pwd`/env.log"
set
set > env.log
# What extra localizations are avilable as $SRCDIR/GSI_*.sdf and are not
# What extra localizations are avilable as $SRCDIR/GSI_*.sdf and are not
# already merged?
# already merged?