From 761b386eab3f4bcaa09a787808ba681d798f6b48 Mon Sep 17 00:00:00 2001 From: Pedro Martelletto Date: Fri, 6 May 2005 11:16:49 +0000 Subject: generate vim-compatible tag files, from netbsd --- sys/arch/solbourne/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/solbourne') diff --git a/sys/arch/solbourne/Makefile b/sys/arch/solbourne/Makefile index d238116d0bf..5df5728ffb3 100644 --- a/sys/arch/solbourne/Makefile +++ b/sys/arch/solbourne/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2005/04/27 19:39:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2005/05/06 11:16:48 pedro Exp $ # $NetBSD: Makefile,v 1.4 1996/03/25 22:48:09 mrg Exp $ # @@ -26,7 +26,7 @@ ASOLBOURNE= $S/arch/solbourne/solbourne/*.[sS] $S/lib/libkern/arch/solbourne/*.[ tags: -ctags -wdtf ${TSOLBOURNE} ${COMM} ${SOLBOURNE} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASOLBOURNE} | \ - sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ + sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${TSOLBOURNE} sort -o ${TSOLBOURNE} ${TSOLBOURNE} -- cgit v1.2.3