Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2007 07:42:27 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 123767 for review
Message-ID:  <200707200742.l6K7gRkm026462@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123767

Change 123767 by gabor@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707200742.l6K7gRkm026462>