PERFORCE change 122149 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Jun 22 14:05:50 UTC 2007


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

Change 122149 by gabor at gabor_server on 2007/06/22 14:05:27

	- Add two messages to note if we mount the ports tree / devfs into
	  DESTDIR

Affected files ...

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

Differences ...

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

@@ -1134,9 +1134,11 @@
 .BEGIN:
 	${MKDIR} ${DESTDIR}${PORTSDIR}
 .if !exists(${DESTDIR}${PORTSDIR}/Makefile)
+	${ECHO_CMD} "===> Nullmounting ${PORTSDIR} into ${DESTDIR}..."; \
 	${MOUNT} -t nullfs ${PORTSDIR} ${DESTDIR}${PORTSDIR}
 .endif
 .if !exists (${DESTDIR}/dev/null)
+	${ECHO_CMD} "===> Mounting devfs into ${DESTDIR}..."; \
 	${MOUNT} -t devfs devfs ${DESTDIR}/dev
 .endif
 	${ECHO_CMD} "===> Starting chrooted make in ${DESTDIR}..."; \


More information about the p4-projects mailing list