From 027f31b7c2a311626294f5bd41115f41fdc4b300 Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Mon, 6 Sep 2010 16:25:11 +0200 Subject: "time lh build ..." --- auto/build | 4 ++-- 1 file 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 -- cgit v1.0