changeset 1161:c60ec089cd65 trunk

[svn] Add V=1 shorthand for SHOW_CFLAGS, patch by vapier (Gentoo).
author chainsaw
date Sat, 10 Jun 2006 12:47:00 -0700
parents ee457b970276
children 0e5e176379e9
files mk/objective.mk
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mk/objective.mk	Fri Jun 09 13:28:15 2006 -0700
+++ b/mk/objective.mk	Sat Jun 10 12:47:00 2006 -0700
@@ -11,6 +11,15 @@
 VERBOSITY = 0
 SHOW_CFLAGS = 0
 
+ifeq ($(SHOW_CFLAGS),0)
+ifeq ($(V),1)
+SHOW_CFLAGS = 1
+endif
+ifeq ($(VERBOSE),1)
+SHOW_CFLAGS = 1
+endif
+endif
+
 LIBDIR = $(libdir)
 BINDIR = $(bindir)
 INCLUDEDIR = $(pkgincludedir)