svn commit: r227172 - head/usr.bin/make

Ed Schouten ed at FreeBSD.org
Sun Nov 6 08:16:06 UTC 2011


Author: ed
Date: Sun Nov  6 08:16:06 2011
New Revision: 227172
URL: http://svn.freebsd.org/changeset/base/227172

Log:
  Add missing static keywords to make(1)

Modified:
  head/usr.bin/make/globals.h

Modified: head/usr.bin/make/globals.h
==============================================================================
--- head/usr.bin/make/globals.h	Sun Nov  6 08:15:59 2011	(r227171)
+++ head/usr.bin/make/globals.h	Sun Nov  6 08:16:06 2011	(r227172)
@@ -75,6 +75,7 @@ extern Boolean	beSilent;	/* True if shou
 extern Boolean	beVerbose;	/* True if should print extra cruft */
 extern Boolean	beQuiet;	/* True if want quiet headers with -j */
 extern Boolean	noExecute;	/* True if should execute nothing */
+extern Boolean	printGraphOnly;	/* -p flag */
 extern Boolean	allPrecious;	/* True if every target is precious */
 extern Boolean	is_posix;	/* .POSIX target seen */
 extern Boolean	mfAutoDeps;	/* .MAKEFILEDEPS target seen */


More information about the svn-src-head mailing list