From 8cae3800efbe87644145fc2fa71f547c4e296290 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 9 Mar 2015 15:26:40 +0000 Subject: 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. --- make/template/main.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'make/template/main.mk') 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 -- cgit v1.2.3