[Midnightbsd-cvs] src: src/usr.bin: Connect pcc to the build on i386.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 27 12:06:34 EDT 2008


Log Message:
-----------
Connect pcc to the build on i386.  (we don't have an amd64 version in yet)

The path for the pcc binary was still pointed at /usr/local/, adjust it as necessary.

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/usr.bin:
        Makefile (r1.13 -> r1.13.2.1)
    src/usr.bin/pcc/cc:
        Makefile (r1.5.2.1 -> r1.5.2.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/Makefile,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -L usr.bin/Makefile -L usr.bin/Makefile -u -r1.13 -r1.13.2.1
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -149,6 +149,7 @@
 	passwd \
 	paste \
 	pathchk \
+	${_pcc} \
 	pkill \
 	pr \
 	printenv \
@@ -310,6 +311,7 @@
 .if ${MACHINE_ARCH} == "i386"
 _ncplist=	ncplist
 _ncplogin=	ncplogin
+_pcc=		pcc
 _smbutil=	smbutil
 .endif
 
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/pcc/cc/Makefile,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -L usr.bin/pcc/cc/Makefile -L usr.bin/pcc/cc/Makefile -u -r1.5.2.1 -r1.5.2.2
--- usr.bin/pcc/cc/Makefile
+++ usr.bin/pcc/cc/Makefile
@@ -9,8 +9,8 @@
 CFLAGS+=	-I${.CURDIR}/..
 CFLAGS+=	-Dmach_${TARGMACH} -Dos_${TARGOS}
 
-BINDIR=	/usr/local/bin
-MANDIR= /usr/local/man/man
+BINDIR=	/usr/bin
+#MANDIR= /usr/local/man/man
 #MAN=	cc.1
 NO_MAN=	
 #MLINKS+=	cc.1 pcc.1


More information about the Midnightbsd-cvs mailing list