Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 172380 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 172380