From: rofl0r Date: Mon, 22 Apr 2013 04:32:45 +0000 (-0400) Subject: make it possible to build in verbose mode using make V=1 X-Git-Tag: 0.44.07~17 X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=9ca0bf3b2242aaad1bdf05859805a5cafc3ac545 make it possible to build in verbose mode using make V=1 --- diff --git a/Makefile b/Makefile index 2ce0f2b..9b6f36e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ .PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard +ifneq "$V" "1" .SILENT: +endif include crossplatform.mk include default.cf diff --git a/Strapfile b/Strapfile index 2d595f5..d208304 100644 --- a/Strapfile +++ b/Strapfile @@ -1,5 +1,7 @@ .PHONY: ecere ec precomp compiler symbolgen +ifneq "$V" "1" .SILENT: +endif MAKE = make -f Makefile.bootstrap diff --git a/compiler/Makefile b/compiler/Makefile index a240400..5f033ed 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -1,5 +1,7 @@ .PHONY: all bootstrap cleantarget clean realclean distclean libec ecp ecc ecs +ifneq "$V" "1" .SILENT: +endif CONFIG := release PRECOMPILED_SOURCES = libec/precompiled/expression.c libec/precompiled/grammar.c libec/precompiled/grammar.bowl libec/precompiled/type.c diff --git a/compiler/bootstrap/Makefile b/compiler/bootstrap/Makefile index 7b75bbf..a58b96d 100644 --- a/compiler/bootstrap/Makefile +++ b/compiler/bootstrap/Makefile @@ -1,5 +1,7 @@ .PHONY: bindir ecere libec ecp ecc ecs cleantarget clean realclean distclean +ifneq "$V" "1" .SILENT: +endif OBJ = obj/bin.$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)/ diff --git a/ear/Makefile b/ear/Makefile index 680fddc..14abbf1 100644 --- a/ear/Makefile +++ b/ear/Makefile @@ -1,4 +1,6 @@ +ifneq "$V" "1" .SILENT: +endif .PHONY: all nores cleantarget clean realclean distclean # CROSS-PLATFORM MAGIC diff --git a/eda/Makefile b/eda/Makefile index 0530780..cc22ccb 100644 --- a/eda/Makefile +++ b/eda/Makefile @@ -1,4 +1,6 @@ +ifneq "$V" "1" .SILENT: +endif .PHONY: all cmd cleantarget clean realclean distclean # CROSS-PLATFORM MAGIC