summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-05-06 11:16:49 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-05-06 11:16:49 +0000
commit761b386eab3f4bcaa09a787808ba681d798f6b48 (patch)
tree6384843c3978d8ff29ebda42a4d5bd88e3244d63 /sys/arch
parent7d886ace366d1e7cb5b635c38a7e5b3449f993fb (diff)
generate vim-compatible tag files, from netbsd
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/Makefile4
-rw-r--r--sys/arch/amd64/Makefile4
-rw-r--r--sys/arch/hp300/Makefile4
-rw-r--r--sys/arch/hppa/Makefile4
-rw-r--r--sys/arch/hppa64/Makefile4
-rw-r--r--sys/arch/i386/Makefile4
-rw-r--r--sys/arch/luna88k/Makefile4
-rw-r--r--sys/arch/m68k/Makefile4
-rw-r--r--sys/arch/mac68k/Makefile4
-rw-r--r--sys/arch/macppc/Makefile4
-rw-r--r--sys/arch/mvme68k/Makefile4
-rw-r--r--sys/arch/mvme88k/Makefile4
-rw-r--r--sys/arch/mvmeppc/Makefile4
-rw-r--r--sys/arch/sgi/Makefile4
-rw-r--r--sys/arch/solbourne/Makefile4
-rw-r--r--sys/arch/sparc/Makefile4
-rw-r--r--sys/arch/sparc64/Makefile4
17 files changed, 34 insertions, 34 deletions
diff --git a/sys/arch/alpha/Makefile b/sys/arch/alpha/Makefile
index 7e86f913a54..f9d1c25c982 100644
--- a/sys/arch/alpha/Makefile
+++ b/sys/arch/alpha/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.6 2005/05/06 11:16:47 pedro Exp $
# $NetBSD: Makefile,v 1.3 1995/02/27 16:36:07 cgd Exp $
# Makefile for alpha tags file and boot blocks
@@ -25,7 +25,7 @@ DALPHA= alpha eisa isa dev pci tc include
tags:
-ctags -wdtf ${TALPHA} ${COMM} ${SALPHA}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AALPHA} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TALPHA}
sort -o ${TALPHA} ${TALPHA}
diff --git a/sys/arch/amd64/Makefile b/sys/arch/amd64/Makefile
index 67db1a2cf10..a344733d7a2 100644
--- a/sys/arch/amd64/Makefile
+++ b/sys/arch/amd64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2005/05/06 02:59:51 marco Exp $
+# $OpenBSD: Makefile,v 1.4 2005/05/06 11:16:47 pedro Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -21,7 +21,7 @@ DAMD64= conf amd64 include isa pci
tags:
-ctags -wdtf ${TAMD64} ${COMM} ${SAMD64}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AAMD64} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TAMD64}
sort -o ${TAMD64} ${TAMD64}
diff --git a/sys/arch/hp300/Makefile b/sys/arch/hp300/Makefile
index aa80f8528e6..e47c4ba6b9f 100644
--- a/sys/arch/hp300/Makefile
+++ b/sys/arch/hp300/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2005/05/06 03:13:53 marco Exp $
+# $OpenBSD: Makefile,v 1.8 2005/05/06 11:16:47 pedro Exp $
# $NetBSD: Makefile,v 1.5 1995/08/04 07:40:31 thorpej Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@@ -25,7 +25,7 @@ DHP300= conf dev hp300 include
tags:
-ctags -wdtf ${THP300} ${COMM} ${SHP300}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHP300} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${THP300}
sort -o ${THP300} ${THP300}
diff --git a/sys/arch/hppa/Makefile b/sys/arch/hppa/Makefile
index 55af0ed14cd..0a219dbdd5c 100644
--- a/sys/arch/hppa/Makefile
+++ b/sys/arch/hppa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2005/05/06 03:17:29 marco Exp $
+# $OpenBSD: Makefile,v 1.6 2005/05/06 11:16:47 pedro Exp $
# Makefile for hppa tags file and boot blocks
@@ -23,7 +23,7 @@ DHPPA= conf dev gsc hppa spmath include
tags:
-ctags -wdtf ${THPPA} ${COMM} ${SHPPA}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHPPA} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${THPPA}
sort -o ${THPPA} ${THPPA}
diff --git a/sys/arch/hppa64/Makefile b/sys/arch/hppa64/Makefile
index 4810b52d27e..d9f644b4b0f 100644
--- a/sys/arch/hppa64/Makefile
+++ b/sys/arch/hppa64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2005/05/06 03:18:20 marco Exp $
+# $OpenBSD: Makefile,v 1.3 2005/05/06 11:16:47 pedro Exp $
# Makefile for hppa64 tags file and boot blocks
@@ -21,7 +21,7 @@ DHPPA= conf dev hppa64 include
tags:
-ctags -wdtf ${THPPA} ${COMM} ${SHPPA}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHPPA} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${THPPA}
sort -o ${THPPA} ${THPPA}
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile
index b976a7b55c4..4528fc23449 100644
--- a/sys/arch/i386/Makefile
+++ b/sys/arch/i386/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2005/05/06 03:08:01 marco Exp $
+# $OpenBSD: Makefile,v 1.15 2005/05/06 11:16:47 pedro Exp $
# $NetBSD: Makefile,v 1.6 1996/02/01 22:31:28 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@@ -26,7 +26,7 @@ DI386= conf eisa i386 include isa pci
tags:
-ctags -wdtf ${TI386} ${COMM} ${SI386} ${GI386}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TI386}
sort -o ${TI386} ${TI386}
diff --git a/sys/arch/luna88k/Makefile b/sys/arch/luna88k/Makefile
index c1a495d6b63..82e09664432 100644
--- a/sys/arch/luna88k/Makefile
+++ b/sys/arch/luna88k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2005/05/06 03:25:08 marco Exp $
+# $OpenBSD: Makefile,v 1.4 2005/05/06 11:16:47 pedro Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -22,7 +22,7 @@ DLUNA88K= conf ddb dev include luna88k
tags:
-ctags -wdtf ${TLUNA88K} ${COMM} ${SLUNA88K}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ALUNA88K} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TLUNA88K}
sort -o ${TLUNA88K} ${TLUNA88K}
diff --git a/sys/arch/m68k/Makefile b/sys/arch/m68k/Makefile
index 55cacfc2b08..e985931ee82 100644
--- a/sys/arch/m68k/Makefile
+++ b/sys/arch/m68k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2005/05/06 02:52:45 marco Exp $
+# $OpenBSD: Makefile,v 1.9 2005/05/06 11:16:47 pedro Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -22,7 +22,7 @@ DM68K= conf m68k include pci
tags:
-ctags -wdtf ${TM68K} ${COMM} ${SM68K}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AM68K} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TM68K}
sort -o ${TM68K} ${TM68K}
diff --git a/sys/arch/mac68k/Makefile b/sys/arch/mac68k/Makefile
index f54dc324c25..3672a478386 100644
--- a/sys/arch/mac68k/Makefile
+++ b/sys/arch/mac68k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.6 2005/05/06 11:16:47 pedro Exp $
# $NetBSD: Makefile,v 1.3 1996/03/27 03:56:22 scottr Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@@ -26,7 +26,7 @@ DMAC68K= mac68k dev include
tags:
-ctags -wdtf ${TMAC68K} ${COMM} ${SMAC68K}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMAC68K} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TMAC68K}
sort -o ${TMAC68K} ${TMAC68K}
diff --git a/sys/arch/macppc/Makefile b/sys/arch/macppc/Makefile
index d2781fa33dd..2e1166dc353 100644
--- a/sys/arch/macppc/Makefile
+++ b/sys/arch/macppc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2005/05/06 02:03:15 marco Exp $
+# $OpenBSD: Makefile,v 1.3 2005/05/06 11:16:47 pedro Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -22,7 +22,7 @@ DMACPPC= conf macppc include pci
tags:
-ctags -wdtf ${TMACPPC} ${COMM} ${SMACPPC}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMACPPC} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TMACPPC}
sort -o ${TMACPPC} ${TMACPPC}
diff --git a/sys/arch/mvme68k/Makefile b/sys/arch/mvme68k/Makefile
index b9a28405a83..a96df53b542 100644
--- a/sys/arch/mvme68k/Makefile
+++ b/sys/arch/mvme68k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.10 2005/05/06 11:16:48 pedro Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/11/93
#
@@ -28,7 +28,7 @@ AMVME68K=$S/arch/mvme68k/mvme68k/*.s $S/lib/libkern/arch/m68k/*.[sS]
tags:
-ctags -wdtf ${TMVEM68K} ${COMM} ${SMVME68K}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMVME68K} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags
sort -o ${TMVEM68K} ${TMVEM68K}
diff --git a/sys/arch/mvme88k/Makefile b/sys/arch/mvme88k/Makefile
index f9ea3c1b68d..bd54b47ad11 100644
--- a/sys/arch/mvme88k/Makefile
+++ b/sys/arch/mvme88k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.6 2005/05/06 11:16:48 pedro Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/11/93
#
@@ -28,7 +28,7 @@ AMVME88K=$S/arch/mvme88k/mvme88k/*.[sS]
tags:
-ctags -wdtf ${TMVME88K} ${COMM} ${SMVME88K}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMVME88K} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TMVME88K}
sort -o ${TMVME88K} ${TMVME88K}
diff --git a/sys/arch/mvmeppc/Makefile b/sys/arch/mvmeppc/Makefile
index 0bfe205a10b..4e17fd037e4 100644
--- a/sys/arch/mvmeppc/Makefile
+++ b/sys/arch/mvmeppc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2005/05/06 02:25:04 marco Exp $
+# $OpenBSD: Makefile,v 1.3 2005/05/06 11:16:48 pedro Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -23,7 +23,7 @@ DMVMEPPC= conf mvmeppc include isa pci
tags:
-ctags -wdtf ${TMVMEPPC} ${COMM} ${SMVMEPPC}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMVMEPPC} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TMVMEPPC}
sort -o ${TMVMEPPC} ${TMVMEPPC}
diff --git a/sys/arch/sgi/Makefile b/sys/arch/sgi/Makefile
index 203ec2c8c6f..31ad6f39c44 100644
--- a/sys/arch/sgi/Makefile
+++ b/sys/arch/sgi/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2005/05/06 02:35:55 marco Exp $
+# $OpenBSD: Makefile,v 1.3 2005/05/06 11:16:48 pedro Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -20,7 +20,7 @@ DSGI= conf sgi include pci
tags:
-ctags -wdtf ${TSGI} ${COMM} ${SSGI}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASGI} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TSGI}
sort -o ${TSGI} ${TSGI}
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}
diff --git a/sys/arch/sparc/Makefile b/sys/arch/sparc/Makefile
index 7203ff63353..bc623a5349f 100644
--- a/sys/arch/sparc/Makefile
+++ b/sys/arch/sparc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.9 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 @@ ASPARC= $S/arch/sparc/sparc/*.[sS] $S/lib/libkern/arch/sparc/*.[sS]
tags:
-ctags -wdtf ${TSPARC} ${COMM} ${SPARC}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASPARC} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TSPARC}
sort -o ${TSPARC} ${TSPARC}
diff --git a/sys/arch/sparc64/Makefile b/sys/arch/sparc64/Makefile
index 8e66ded9d8e..70aac1fb258 100644
--- a/sys/arch/sparc64/Makefile
+++ b/sys/arch/sparc64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.3 2005/05/06 11:16:48 pedro Exp $
S=${.CURDIR}/../..
@@ -20,7 +20,7 @@ DSPARC64= sparc64 dev fpu include
tags:
-ctags -wdtf ${TSPARC64} ${COMM} ${SSPARC64}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASPARC64} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TSPARC64}
sort -o ${TSPARC64} ${TSPARC64}