]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix building when VERBOSE is already set in the environment.
authorPeter Powell <petpow@saberuk.com>
Mon, 9 Mar 2015 15:26:40 +0000 (15:26 +0000)
committerPeter Powell <petpow@saberuk.com>
Mon, 9 Mar 2015 15:26:40 +0000 (15:26 +0000)
This is a workaround for now. In 2.2 we should prefix all of the
environment variables with INSPIRCD_ to avoid collisions.

make/template/main.mk

index f88a80e3a872569e2b79aef1ec9b97b4bdc22a07..d5705d92876f063424c35c991a829a0c6b342d9c 100644 (file)
@@ -125,6 +125,7 @@ CXXFLAGS += -Iinclude
   @BSD_ONLY MAKE += -s
   RUNCC = perl $(SOURCEPATH)/make/run-cc.pl $(CC)
   RUNLD = perl $(SOURCEPATH)/make/run-cc.pl $(CC)
+  VERBOSE =
 @ENDIF
 
 @IFDEF PURE_STATIC