Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2008 23:49:34 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133692 for review
Message-ID:  <200801192349.m0JNnYT4005750@repoman.freebsd.org>

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

Change 133692 by imp@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 \



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