Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc64 pull up 1.8 (approved by thorpej):
details: https://anonhg.NetBSD.org/src/rev/d20ded2c0b98
branches: netbsd-1-5
changeset: 488930:d20ded2c0b98
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 07 00:38:25 2000 +0000
description:
pull up 1.8 (approved by thorpej):
>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 e1e108f263a0 -r d20ded2c0b98 sys/arch/sparc64/Makefile
--- a/sys/arch/sparc64/Makefile Mon Aug 07 00:36:35 2000 +0000
+++ b/sys/arch/sparc64/Makefile Mon Aug 07 00:38:25 2000 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 1999/05/09 19:24:19 eeh Exp $
+# $NetBSD: Makefile,v 1.7.12.1 2000/08/07 00:38:25 mrg 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