Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64 Look for fpu files in the sparc subdirector...



details:   https://anonhg.NetBSD.org/src/rev/e64e4798b605
branches:  trunk
changeset: 495577:e64e4798b605
user:      eeh <eeh%NetBSD.org@localhost>
date:      Mon Jul 31 22:17:05 2000 +0000

description:
Look for fpu files in the sparc subdirectory where they now reside.

diffstat:

 sys/arch/sparc64/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r ba1471ceff00 -r e64e4798b605 sys/arch/sparc64/Makefile
--- a/sys/arch/sparc64/Makefile Mon Jul 31 21:49:47 2000 +0000
+++ b/sys/arch/sparc64/Makefile Mon Jul 31 22:17:05 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.7 1999/05/09 19:24:19 eeh Exp $
+#      $NetBSD: Makefile,v 1.8 2000/07/31 22:17:05 eeh Exp $
 
 # Makefile for sparc64 tags file and boot blocks
 
 TSPARC64=      ../sparc64/tags
-SSPARC64=      ../sparc64/dev/*.[ch] ../sparc64/fpu/*.[ch] \
+SSPARC64=      ../sparc64/dev/*.[ch] ../../sparc/sparc/fpu/*.[ch] \
        ../sparc64/include/*.[ch] ../sparc64/sparc64/*.[ch]
 ASPARC64=      ../sparc64/sparc64/*.s
 # CSPARC64=    ../../compat/*/*.[ch]
@@ -11,7 +11,7 @@
 # Directories in which to place tags links
 DSPARC64=      conf dev fpu include sparc64
 
-SYSDIR=                ../../
+SYSDIR=                ../..
 .include "../../kern/Make.tags.inc"
 
 tags:
@@ -25,7 +25,7 @@
 COMM!=  find ${SYSDIR} -name "arch" -prune -o -name "*.[ch]" -print 
 .endif
 
-TAGS:
+TAGS: ${SSPARC64} ${COMM} ${CSPARC64} ${ASPARC64}
        etags  ${SSPARC64} ${COMM} ${CSPARC64} "--regex=/ENTRY(.*)/" \
                "--regex=/FUNC(.*)/" "--regex=/SYSCALL(.*)/" ${ASPARC64}
 



Home | Main Index | Thread Index | Old Index