diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 16:25:11 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 16:25:11 +0200 |
commit | 027f31b7c2a311626294f5bd41115f41fdc4b300 (patch) | |
tree | a7b078f8bf9558db804bda0dda15713946aa14b7 /auto/build | |
parent | 9f8aa6da27267d88a115606cb009464ee05b097d (diff) | |
download | kanotix-027f31b7c2a311626294f5bd41115f41fdc4b300.zip kanotix-027f31b7c2a311626294f5bd41115f41fdc4b300.tar.gz |
"time lh build ..."
Diffstat (limited to 'auto/build')
-rwxr-xr-x | auto/build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,12 +48,12 @@ if [ "$LH_KANOTIX_TMPFS" = "true" ]; then rsync -a .. . --exclude=tmpfs # build prebuild - lh build noauto ${@} 2>&1 | tee binary.log + time lh build noauto ${@} 2>&1 | tee binary.log postbuild cd .. else prebuild - lh build noauto ${@} 2>&1 | tee binary.log + time lh build noauto ${@} 2>&1 | tee binary.log postbuild fi |