From 01dee272ca360fe8cd227583061ec5a11c2dadc1 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 22 Mar 2015 00:54:56 +0000 Subject: Remove run-cc.pl and all associated code. As far as I can tell this only worked with older versions of GCC and there is no value in fixing it as diagnostics have improved since then and it makes errors hard to search for anyway. This also shaves off an average of five seconds on each build on my hardware. Neat! --- make/template/main.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'make/template/main.mk') diff --git a/make/template/main.mk b/make/template/main.mk index 9630905b1..3e7ee1844 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -114,14 +114,10 @@ FOOTER = finishmessage @TARGET BSD_MAKE SOURCEPATH != /bin/pwd @IFDEF V - RUNCC = $(CXX) - RUNLD = $(CXX) VERBOSE = -v @ELSE @TARGET GNU_MAKE MAKEFLAGS += --silent @TARGET BSD_MAKE MAKE += -s - RUNCC = perl $(SOURCEPATH)/make/run-cc.pl $(CXX) - RUNLD = perl $(SOURCEPATH)/make/run-cc.pl $(CXX) VERBOSE = @ENDIF @@ -133,7 +129,7 @@ FOOTER = finishmessage # things like -Wfatal-errors if they wish to. CORECXXFLAGS += $(CXXFLAGS) -@DO_EXPORT RUNCC RUNLD CORECXXFLAGS LDLIBS PICLDFLAGS VERBOSE SOCKETENGINE CORELDFLAGS +@DO_EXPORT CXX CORECXXFLAGS LDLIBS PICLDFLAGS VERBOSE SOCKETENGINE CORELDFLAGS @DO_EXPORT SOURCEPATH BUILDPATH PURE_STATIC # Default target -- cgit v1.2.3