Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/algor Fix target 'tags'.
details: https://anonhg.NetBSD.org/src/rev/a46a4ec78a02
branches: trunk
changeset: 763862:a46a4ec78a02
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Apr 06 01:24:43 2011 +0000
description:
Fix target 'tags'.
diffstat:
sys/arch/algor/Makefile | 22 ++++++++++++++--------
1 files changed, 14 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r 9710218e0cfd -r a46a4ec78a02 sys/arch/algor/Makefile
--- a/sys/arch/algor/Makefile Tue Apr 05 23:37:46 2011 +0000
+++ b/sys/arch/algor/Makefile Wed Apr 06 01:24:43 2011 +0000
@@ -1,25 +1,31 @@
-# $NetBSD: Makefile,v 1.3 2008/10/25 22:27:36 apb Exp $
+# $NetBSD: Makefile,v 1.4 2011/04/06 01:24:43 dyoung Exp $
# Makefile for algor tags file and boot blocks
# Find where mips source files are for inclusion in tags
.include <../mips/Makefile.inc>
-TALGOR= ../algor/tags
-SALGOR= ../algor/algor/*.[ch] ../algor/include/*.h ../algor/isa/*.[ch] \
- ../algor/pci/*.[ch]
-AALGOR= ../algor/algor/*.S
+TALGOR= ${SYSDIR}/arch/algor/tags
+SALGOR= ${SYSDIR}/arch/algor/algor/*.[ch]
+SALGOR+= ${SYSDIR}/arch/algor/dev/*.[ch]
+SALGOR+= ${SYSDIR}/arch/algor/include/*.h
+SALGOR+= ${SYSDIR}/arch/algor/isa/*.[ch]
+SALGOR+= ${SYSDIR}/arch/algor/pci/*.[ch]
+AALGOR= ${SYSDIR}/arch/algor/algor/*.S
# Directories in which to place tags links
DALGOR= algor include isa pci
.include "../../kern/Make.tags.inc"
tags:
- -ctags -wdtf ${TALGOR} ${SALGOR} ${SMIPS} ${COMM}
+ -rm -f ${TALGOR}
+ -echo ${SALGOR} ${SMIPS} | xargs ctags -wadtf ${TALGOR}
+ -${FINDCOMM} | xargs ctags -wadtf ${TALGOR}
egrep "^LEAF(.*)|^[AN]LEAF(.*)|^NON_LEAF(.*)" ${AALGOR} ${AMIPS} | \
- ${TOOL_SED} "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
- >> ${TARC}
+ ${TOOL_SED} -e \
+ "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ >> ${TALGOR}
sort -o ${TALGOR} ${TALGOR}
links:
Home |
Main Index |
Thread Index |
Old Index