* Only print "@ phase..." messages on demand since they're kind of
ugly and we already print phases (with start and end markers). * Remove some stray tabs. svn path=/nixpkgs/branches/stdenv-updates/; revision=30059
This commit is contained in:
parent
de1c91bc00
commit
fd394a7c4a
@ -835,8 +835,10 @@ genericBuild() {
|
|||||||
if test "$curPhase" = fixupPhase -a -n "$dontFixup"; then continue; fi
|
if test "$curPhase" = fixupPhase -a -n "$dontFixup"; then continue; fi
|
||||||
if test "$curPhase" = distPhase -a -z "$doDist"; then continue; fi
|
if test "$curPhase" = distPhase -a -z "$doDist"; then continue; fi
|
||||||
|
|
||||||
|
if [ -n "$tracePhases" ]; then
|
||||||
echo
|
echo
|
||||||
echo "@ phase-started $out $curPhase"
|
echo "@ phase-started $out $curPhase"
|
||||||
|
fi
|
||||||
|
|
||||||
showPhaseHeader "$curPhase"
|
showPhaseHeader "$curPhase"
|
||||||
dumpVars
|
dumpVars
|
||||||
@ -849,8 +851,10 @@ genericBuild() {
|
|||||||
cd "${sourceRoot:-.}"
|
cd "${sourceRoot:-.}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "$tracePhases" ]; then
|
||||||
echo
|
echo
|
||||||
echo "@ phase-succeeded $out $curPhase"
|
echo "@ phase-succeeded $out $curPhase"
|
||||||
|
fi
|
||||||
|
|
||||||
stopNest
|
stopNest
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user