Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pica Moved to /cvsroot/syssrc/sys/arch/arc/Makefile, v
details: https://anonhg.NetBSD.org/src/rev/bfbc2ed798f2
branches: trunk
changeset: 480947:bfbc2ed798f2
user: soda <soda%NetBSD.org@localhost>
date: Sun Jan 23 20:07:59 2000 +0000
description:
Moved to /cvsroot/syssrc/sys/arch/arc/Makefile,v
diffstat:
sys/arch/pica/Makefile | 32 --------------------------------
1 files changed, 0 insertions(+), 32 deletions(-)
diffs (36 lines):
diff -r af0ff72e7d50 -r bfbc2ed798f2 sys/arch/pica/Makefile
--- a/sys/arch/pica/Makefile Sun Jan 23 20:07:58 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.4 1998/06/12 23:22:43 cgd Exp $
-
-# Makefile for pica tags file and boot blocks
-
-# Find where mips source files are for inclusion in tags
-.include <../mips/Makefile.inc>
-
-TPICA= ../pica/tags
-SPICA= ../pica/pica/*.[ch] ../pica/include/*.[ch] \
- ../pica/dev/*.[ch] ../pica/ultrix/*.[ch]
-APICA= ../pica/pica/*.s
-
-# Directories in which to place tags links
-DPICA= dev dist include pica
-
-.include "../../kern/Make.tags.inc"
-
-tags:
- -ctags -wdtf ${TPICA} ${SPICA} ${SMIPS} ${COMM}
- egrep "^LEAF(.*)|^[AN]LEAF(.*)|^NON_LEAF(.*)" ${APICA} ${AMIPS} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
- >> ${TPICA}
- sort -o ${TPICA} ${TPICA}
-
-links:
- -for i in ${DPICA}; do \
- cd $$i && rm -f tags; ln -s ../tags tags; done
-
-
-SUBDIR= include
-
-.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index