From bd8384a5e507c38566e0f97011b33340e0dc783a Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 10 May 2005 11:15:11 +0000 Subject: [PATCH] Turn off making log files (accidentally committed before). git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1727 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/config_functions b/sc2/build/unix/config_functions index 5e6a29240..2bd00bdcf 100644 --- a/sc2/build/unix/config_functions +++ b/sc2/build/unix/config_functions @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -BUILDLOG=/tmp/build.log +BUILDLOG=/dev/null TEMPFILE="/tmp/build.$$.tmp" # Description: prints a command to stdout and then executes it