summaryrefslogtreecommitdiff
path: root/auto/build
diff options
context:
space:
mode:
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