]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Print the list of header files only if ALIVERBOSE is 2 (c.Loizides)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Oct 2004 12:17:39 +0000 (12:17 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Oct 2004 12:17:39 +0000 (12:17 +0000)
Makefile

index 6c8636f4fff80ab8678be89ef6115c8f89984821..e1fd6f0fc99bb0d98e369ee6577ff162c2dc1345 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ BINLIBDIRS   := -L$(ALICE_ROOT)/$(LIBPATH)
 #-------------------------------------------------------------------------------
 # Modules to build
 
-ifdef ALIVERBOSE
+ifeq (ALIVERBOSE,2)
 $(warning MAKECMDGOALS=$(MAKECMDGOALS))
 endif
 
@@ -170,7 +170,7 @@ ifeq ($(CLEAN),)
 ifneq ($(MAKECMDGOALS),depend)
 ifneq ($(MAKECMDGOALS),)
 
-ifdef ALIVERBOSE
+ifeq (ALIVERBOSE,2)
 $(warning INCLUDEFILES=$(INCLUDEFILES))
 endif
 -include $(INCLUDEFILES)