Remove redundant "building /nix/store/..." message

Nix already says that, so no need to repeat it.
This commit is contained in:
Eelco Dolstra 2013-08-22 18:08:11 +02:00
parent 45a74943b1
commit 39ca48fb9a

View file

@ -888,8 +888,6 @@ showPhaseHeader() {
genericBuild() {
header "building $out"
if [ -n "$buildCommand" ]; then
eval "$buildCommand"
return
@ -933,8 +931,6 @@ genericBuild() {
stopNest
done
stopNest
}