PERFORCE change 122380 for review
Gabor Kovesdan
gabor at FreeBSD.org
Wed Jun 27 07:57:13 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122380
Change 122380 by gabor at gabor_server on 2007/06/27 07:56:17
- Avoid multiple inclusion of bsd.destdir.mk
Suggested by: sat
Affected files ...
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.destdir.mk#12 edit
Differences ...
==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.destdir.mk#12 (text+ko) ====
@@ -11,6 +11,10 @@
DESTDIR_Include_MAINTAINER= portmgr at FreeBSD.org
+.if !defined(_DESTDIRMKINCLUDED)
+
+_DESTDIRMKINCLUDED= yes
+
# Place variable names into DESTDIR_ENV_LIST, which you want to override in
# the DESTDIR environment from outside. E.g.:
#
@@ -64,3 +68,5 @@
post-post-chroot:
@${TRUE}
.endif
+
+.endif
More information about the p4-projects
mailing list