diff options
author | Peter Powell <petpow@saberuk.com> | 2015-03-09 15:26:40 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-03-09 15:26:40 +0000 |
commit | 8cae3800efbe87644145fc2fa71f547c4e296290 (patch) | |
tree | bc459cd8a86ab47778e8c4cf6e0d2e2aa1449b30 /make | |
parent | c85a46ff97c03b28bfb54578c5ff851f47af8419 (diff) |
Fix building when VERBOSE is already set in the environment.
This is a workaround for now. In 2.2 we should prefix all of the
environment variables with INSPIRCD_ to avoid collisions.
Diffstat (limited to 'make')
-rw-r--r-- | make/template/main.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index f88a80e3a..d5705d928 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -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 |