summaryrefslogtreecommitdiff
path: root/auto/build
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-06 16:25:11 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-06 16:25:11 +0200
commit027f31b7c2a311626294f5bd41115f41fdc4b300 (patch)
treea7b078f8bf9558db804bda0dda15713946aa14b7 /auto/build
parent9f8aa6da27267d88a115606cb009464ee05b097d (diff)
downloadkanotix-027f31b7c2a311626294f5bd41115f41fdc4b300.zip
kanotix-027f31b7c2a311626294f5bd41115f41fdc4b300.tar.gz
"time lh build ..."
Diffstat (limited to 'auto/build')
-rwxr-xr-xauto/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/build b/auto/build
index beb7814..b54183c 100755
--- a/auto/build
+++ b/auto/build
@@ -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