[Midnightbsd-cvs] src: Makefile: Connect pcc to the build.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 27 12:11:59 EDT 2008


Log Message:
-----------
Connect pcc to the build.

Modified Files:
--------------
    src/usr.bin:
        Makefile (r1.13 -> r1.14)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -L usr.bin/Makefile -L usr.bin/Makefile -u -r1.13 -r1.14
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -149,6 +149,7 @@
 	passwd \
 	paste \
 	pathchk \
+	${_pcc} \
 	pkill \
 	pr \
 	printenv \
@@ -197,7 +198,7 @@
 	tr \
 	true \
 	truncate \
-	${_truss} \
+	truss \
 	tset \
 	tsort \
 	tty \
@@ -240,11 +241,6 @@
 	${_ypmatch} \
 	${_ypwhich}
 
-.if ${MACHINE_ARCH} != "arm" && \
-    ${MACHINE_ARCH} != "powerpc"
-_truss=		truss
-.endif
-
 .if !defined(NO_ATM)
 _atm=		atm
 .endif
@@ -294,9 +290,7 @@
 .if !defined(NO_TOOLCHAIN)
 _c89=		c89
 _c99=		c99
-.if ${MACHINE_ARCH} != "powerpc"
 _gprof=		gprof
-.endif
 _lex=		lex
 _xlint=		xlint
 _yacc=		yacc
@@ -310,13 +304,10 @@
 .if ${MACHINE_ARCH} == "i386"
 _ncplist=	ncplist
 _ncplogin=	ncplogin
+_pcc=		pcc
 _smbutil=	smbutil
 .endif
 
-.if ${MACHINE_ARCH} == "alpha"
-_uac=		uac
-.endif
-
 .if ${MACHINE_ARCH} == "amd64"
 _ncplist=	ncplist
 _ncplogin=	ncplogin


More information about the Midnightbsd-cvs mailing list