[Midnightbsd-cvs] src [10171] trunk/sys/Makefile: add extra architectures

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 1 18:53:14 EDT 2018


Revision: 10171
          http://svnweb.midnightbsd.org/src/?rev=10171
Author:   laffer1
Date:     2018-06-01 18:53:13 -0400 (Fri, 01 Jun 2018)
Log Message:
-----------
add extra architectures

Modified Paths:
--------------
    trunk/sys/Makefile

Modified: trunk/sys/Makefile
===================================================================
--- trunk/sys/Makefile	2018-06-01 22:52:03 UTC (rev 10170)
+++ trunk/sys/Makefile	2018-06-01 22:53:13 UTC (rev 10171)
@@ -1,4 +1,5 @@
 # $MidnightBSD$
+# $FreeBSD: stable/10/sys/Makefile 319309 2017-05-31 08:47:09Z ngie $
 
 .include <bsd.own.mk>
 
@@ -10,12 +11,12 @@
 # Directories to include in cscope name file and TAGS.
 CSCOPEDIRS=	boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
 		geom gnu isa kern libkern modules net net80211 netatalk \
-		netgraph netinet netinet6 netipsec netipx netnatm netncp \
+		netgraph netinet netinet6 netipsec netipx netnatm \
 		netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
 		pci rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
 .if !defined(CSCOPE_ARCHDIR)
 .if defined(ALL_ARCH)
-CSCOPE_ARCHDIR = amd64 i386 x86
+CSCOPE_ARCHDIR = amd64 arm i386 ia64 mips pc98 powerpc sparc64 x86
 .else
 CSCOPE_ARCHDIR = ${MACHINE} 
 .if ${MACHINE} != ${MACHINE_CPUARCH}
@@ -38,7 +39,7 @@
 # You need the devel/cscope port for this.
 cscope: cscope.out
 cscope.out: ${.CURDIR}/cscope.files
-	cd ${.CURDIR}; cscope -k -buq -p4
+	cd ${.CURDIR}; cscope -k -buq -p4 -v
 
 ${.CURDIR}/cscope.files: .PHONY
 	cd ${.CURDIR}; \
@@ -45,7 +46,8 @@
 		find ${CSCOPEDIRS} -name "*.[chSsly]" -a -type f > ${.TARGET}
 
 cscope-clean:
-	rm -f cscope.files cscope.out cscope.in.out cscope.po.out
+	cd ${.CURDIR}; \
+	    rm -f cscope.files cscope.out cscope.in.out cscope.po.out
 
 # You need the devel/global and one of editor/emacs* ports for that.
 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files



More information about the Midnightbsd-cvs mailing list