PERFORCE change 133691 for review

Warner Losh imp at FreeBSD.org
Sat Jan 19 15:42:28 PST 2008


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

Change 133691 by imp at imp_paco-paco on 2008/01/19 23:41:50

	Remove extra junk that is left over from the great Mac OS X
	experiment.

Affected files ...

.. //depot/projects/mips2-jnpr/src/Makefile#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/Makefile#3 (text+ko) ====

@@ -166,7 +166,7 @@
 #
 
 ${TGTS}:
-	${_+_}cd ${.CURDIR}; \
+	${_+_}@cd ${.CURDIR}; \
 		${_MAKE} ${.TARGET}
 
 # Set a reasonable default
@@ -246,7 +246,6 @@
 #
 MMAKEENV=	MAKEOBJDIRPREFIX=${MAKEPATH} \
 		DESTDIR= \
-		LIBC= \
 		INSTALL="sh ${.CURDIR}/tools/install.sh"
 MMAKE=		${MMAKEENV} ${MAKE} \
 		-D_UPGRADING \


More information about the p4-projects mailing list