make it possible to build in verbose mode using make V=1
authorrofl0r <retnyg@gmx.net>
Mon, 22 Apr 2013 04:32:45 +0000 (00:32 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 22 Apr 2013 04:32:45 +0000 (00:32 -0400)
Makefile
Strapfile
compiler/Makefile
compiler/bootstrap/Makefile
ear/Makefile
eda/Makefile

index 2ce0f2b..9b6f36e 100644 (file)
--- 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
index 2d595f5..d208304 100644 (file)
--- a/Strapfile
+++ b/Strapfile
@@ -1,5 +1,7 @@
 .PHONY: ecere ec precomp compiler symbolgen
+ifneq "$V" "1"
 .SILENT:
+endif
 
 MAKE = make -f Makefile.bootstrap
 
index a240400..5f033ed 100644 (file)
@@ -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
index 7b75bbf..a58b96d 100644 (file)
@@ -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)/
 
index 680fddc..14abbf1 100644 (file)
@@ -1,4 +1,6 @@
+ifneq "$V" "1"
 .SILENT:
+endif
 .PHONY: all nores cleantarget clean realclean distclean
 
 # CROSS-PLATFORM MAGIC
index 0530780..cc22ccb 100644 (file)
@@ -1,4 +1,6 @@
+ifneq "$V" "1"
 .SILENT:
+endif
 .PHONY: all cmd cleantarget clean realclean distclean
 
 # CROSS-PLATFORM MAGIC