PERFORCE change 133692 for review

Warner Losh imp at FreeBSD.org
Sat Jan 19 15:49:36 PST 2008


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

Change 133692 by imp at imp_paco-paco on 2008/01/19 23:49:25

	Add note about a better, slightly more standard way to do this
	sort of thing.  However, doing it like ports requires changes to
	the base tree.

Affected files ...

.. //depot/projects/mips2-jnpr/src/Makefile.inc1#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/Makefile.inc1#4 (text+ko) ====

@@ -1338,6 +1338,12 @@
 	${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 libraries \
 		DESTDIR=${XDDESTDIR}
 
+# We should look at a way to do this the same way that all of the ports
+# we have do it.  It install things into ${BASE}/${XDDIR}/bin with the
+# ${XDDIR}- prefix on all the binaries.  These targets install things into
+# ${BASE}/${XDDIR}/usr/bin without the ${XDDIR}- prefixes.  I think the
+# ports way is better, but haven't had a chance to change this to do that
+# since that requires changes to the base system.
 _xi-links:
 	${_+_}cd ${XDDESTDIR}/usr/bin; \
 		for i in *; do \


More information about the p4-projects mailing list