Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2007 07:38:15 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 123941 for review
Message-ID:  <200707230738.l6N7cF5l009881@repoman.freebsd.org>

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

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



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