PERFORCE change 123767 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Jul 20 07:42:28 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123767

Change 123767 by gabor at gabor_server on 2007/07/20 07:41:47

	- Avoid multiple inclusion here, too

Affected files ...

.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.commands.mk#6 edit

Differences ...

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.commands.mk#6 (text+ko) ====

@@ -14,6 +14,10 @@
 
 COMMANDS_Include_MAINTAINER=		portmgr at FreeBSD.org
 
+.if !defined(_COMMANDSMKINCLUDED)
+
+_COMMANDSMKINCLUDED=     yes
+
 AWK?=		/usr/bin/awk
 BASENAME?=	/usr/bin/basename
 BRANDELF?=	/usr/bin/brandelf
@@ -88,3 +92,5 @@
 
 # Used to print all the '===>' style prompts - override this to turn them off.
 ECHO_MSG?=	${ECHO_CMD}
+
+.endif


More information about the p4-projects mailing list