From 9e779ee74f395c2d2fbf175ed3cfb03ae716ac2b Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 3 Jun 2005 12:01:37 +0000 Subject: [PATCH] Correction BUILD_VERBOSE->MAKE_VERBOSE. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1825 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index a4dd62d85..7c5a44618 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,5 +1,5 @@ Changes towards version 0.5: -- Cleaner build output. Set '$BUILD_VERBOSE' to 1 for old output. - SvdB +- Cleaner build output. Set '$MAKE_VERBOSE' to 1 for old output. - SvdB - Improved dependency tracking for unix build system. - SvdB "./build.sh uqm depend" is only needed for checking for new source files. - handle "." and ".." in paths - SvdB