PERFORCE change 122455 for review

Gabor Kovesdan gabor at FreeBSD.org
Thu Jun 28 07:25:27 UTC 2007


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

Change 122455 by gabor at gabor_server on 2007/06/28 07:24:28

	- Remove post-post-chroot target. We will discuss later if so many
	  special targets are necessary or not.

Affected files ...

.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.destdir.mk#14 edit

Differences ...

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

@@ -30,7 +30,7 @@
 .endfor
 
 .for _target in ${.TARGETS}
-${_target}: pre-chroot do-chroot post-post-chroot
+${_target}: pre-chroot do-chroot
 	@${TRUE}
 .endfor
 
@@ -64,9 +64,4 @@
 	${RMDIR} ${DESTDIR}${PORTSDIR_TMP_REL}
 .endif
 
-.if !target(post-post-chroot)
-post-post-chroot:
-	@${TRUE}
-.endif
-
 .endif


More information about the p4-projects mailing list