From 4faf2b2eb01230ef6369a9b92fc5844b02a3523a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Dec 2006 01:21:26 +0000 Subject: no tlbuild.log, since then the exit status is always successful. git-svn-id: svn://tug.org/texlive/trunk@2590 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Build/source/Build b/Build/source/Build index 7e29a7f38d6..875c194fead 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -22,8 +22,6 @@ unset CDPATH test -d Work || mkdir Work cd Work || exit 1 -rm -f tlbuild.log - # allow override of configure location, just in case. : ${TL_CONFIGURE=../configure} @@ -41,4 +39,4 @@ rm -f tlbuild.log --datadir=$TL_INSTALL_DEST \ $TL_XDVI_TOOLKIT \ "$@" \ - && time $TL_MAKE world) 2>&1 | tee tlbuild.log + && time $TL_MAKE world) -- cgit v1.2.3