PERFORCE change 122381 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Jun 27 08:09:29 UTC 2007


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

Change 122381 by gabor at gabor_server on 2007/06/27 08:08:32

	- Fix pre and post mk handling by adding && !defined(BEFOREPORTMK)
	  to the big condition
	
	Suggested by:	sat

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list