From 42656e007bfd4fdbad4bdade56e62aac27cbeda1 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 3 Nov 2010 20:08:04 +0000 Subject: no need to specify the -t flag to ctags --- sys/arch/i386/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile index 209d766fd9f..bed28a7901e 100644 --- a/sys/arch/i386/Makefile +++ b/sys/arch/i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/05/31 22:21:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.19 2010/11/03 20:08:03 deraadt Exp $ S= ${.CURDIR}/../.. KFILE= GENERIC @@ -27,7 +27,7 @@ tags:: eval "SFILES=\"`make -V SFILES -f $${TDIR}/Makefile`\"" && \ eval "CFILES=\"`make -V CFILES -f $${TDIR}/Makefile`\"" && \ eval "AFILES=\"`make -V AFILES -f $${TDIR}/Makefile`\"" && \ - ctags -wdt -f ${TAGS} $${CFILES} && \ + ctags -wd -f ${TAGS} $${CFILES} && \ egrep "^[_A-Z]*ENTRY[_A-Z]*\(.*\)" $${SFILES} $${AFILES} | \ sed "s;\\([^:]*\\):\\([^(]*\\)(\\([^, )]*\\)\\(.*\\);\\3 \\1 /^\\2(\\3\\4$$/;" \ >> ${TAGS} && \ -- cgit v1.2.3