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

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

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



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