PERFORCE change 123941 for review

Gabor Kovesdan gabor at FreeBSD.org
Mon Jul 23 07:38:16 UTC 2007


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

Change 123941 by gabor at gabor_server on 2007/07/23 07:38:02

	- Fix the condition of the post-chroot target

Affected files ...

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

Differences ...

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

@@ -4048,7 +4048,7 @@
 # Please note that the order of the following targets is important, and
 # should not be modified.
 
-.if !defined(CHROOTED)
+.if defined(CHROOTED)
 _CHROOT_SEQ=	post-chroot
 .else
 _CHROOT_SEQ=


More information about the p4-projects mailing list