PERFORCE change 122382 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Jun 27 08:11:32 UTC 2007


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

Change 122382 by gabor at gabor_server on 2007/06/27 08:10:39

	- Add !defined(INOPRTIONSMK) for proper working with
	  bsd.options.mk, too.

Affected files ...

.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.port.mk#30 edit

Differences ...

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

@@ -1093,7 +1093,8 @@
 # DESTDIR section to start a chrooted process if invoked with DESTDIR set
 #
 
-.if defined(DESTDIR) && !empty(DESTDIR) && !defined(CHROOTED) && !defined(BEFOREPORTMK)
+.if defined(DESTDIR) && !empty(DESTDIR) && !defined(CHROOTED) && \
+	!defined(BEFOREPORTMK) && !defined(INOPRTIONSMK)
 
 .include "${PORTSDIR}/Mk/bsd.destdir.mk"
 


More information about the p4-projects mailing list