mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Remove tracePhases
This has not been used in a long time.
This commit is contained in:
parent
ec8d41f08c
commit
6b3cef2246
@ -1016,11 +1016,6 @@ genericBuild() {
|
|||||||
if [[ "$curPhase" = installCheckPhase && -z "${doInstallCheck:-}" ]]; then continue; fi
|
if [[ "$curPhase" = installCheckPhase && -z "${doInstallCheck:-}" ]]; then continue; fi
|
||||||
if [[ "$curPhase" = distPhase && -z "${doDist:-}" ]]; then continue; fi
|
if [[ "$curPhase" = distPhase && -z "${doDist:-}" ]]; then continue; fi
|
||||||
|
|
||||||
if [[ -n "${tracePhases:-}" ]]; then
|
|
||||||
echo
|
|
||||||
echo "@ phase-started $out $curPhase"
|
|
||||||
fi
|
|
||||||
|
|
||||||
showPhaseHeader "$curPhase"
|
showPhaseHeader "$curPhase"
|
||||||
dumpVars
|
dumpVars
|
||||||
|
|
||||||
@ -1034,11 +1029,6 @@ genericBuild() {
|
|||||||
if [ "$curPhase" = unpackPhase ]; then
|
if [ "$curPhase" = unpackPhase ]; then
|
||||||
cd "${sourceRoot:-.}"
|
cd "${sourceRoot:-.}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${tracePhases:-}" ]; then
|
|
||||||
echo
|
|
||||||
echo "@ phase-succeeded $out $curPhase"
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user