make/defs.make

Print this page

        

@@ -27,10 +27,16 @@
 # Optionally include SPEC file generated by configure.
 ifneq ($(SPEC),)
   include $(SPEC)
 endif
 
+ifeq ($(LOG_LEVEL),warn)
+  LOG_INFO := > /dev/null
+else
+  LOG_INFO :=
+endif
+
 # Directory paths and user name
 # Unless GAMMADIR is set on the command line, search upward from
 # the current directory for a parent directory containing "src/share/vm".
 # If that fails, look for $GAMMADIR in the environment.
 # When the tree of subdirs is built, this setting is stored in each flags.make.