diff options
author | obrien <obrien@FreeBSD.org> | 2003-01-19 02:59:34 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-01-19 02:59:34 +0000 |
commit | 665cbf9fac61158be10859f4301dbac1e617b213 (patch) | |
tree | b0446bd5f9f5eb9c4b093adbcc94a2eefbc625d3 /sys/tools | |
parent | 443c2037afd951d6231c7d9048d8fc1d8ec5e134 (diff) | |
download | FreeBSD-src-665cbf9fac61158be10859f4301dbac1e617b213.zip FreeBSD-src-665cbf9fac61158be10859f4301dbac1e617b213.tar.gz |
Remove miidevs.h and generate it from miidevs at compile time.
The devlist2h.awk tool to do this has been repocopied to sys/tools/.
Diffstat (limited to 'sys/tools')
-rw-r--r-- | sys/tools/devlist2h.awk | 2 | ||||
-rw-r--r-- | sys/tools/miidevs2h.awk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/tools/devlist2h.awk b/sys/tools/devlist2h.awk index 6c76b17..1b0cb81 100644 --- a/sys/tools/devlist2h.awk +++ b/sys/tools/devlist2h.awk @@ -100,7 +100,7 @@ NR == 1 { VERSION = $0 gsub("\\$", "", VERSION) - printf("/*\t\$FreeBSD\$\t*/\n\n") > hfile + printf("/* \$FreeBSD\$ */\n\n") > hfile printf("/*\n") > hfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile diff --git a/sys/tools/miidevs2h.awk b/sys/tools/miidevs2h.awk index 6c76b17..1b0cb81 100644 --- a/sys/tools/miidevs2h.awk +++ b/sys/tools/miidevs2h.awk @@ -100,7 +100,7 @@ NR == 1 { VERSION = $0 gsub("\\$", "", VERSION) - printf("/*\t\$FreeBSD\$\t*/\n\n") > hfile + printf("/* \$FreeBSD\$ */\n\n") > hfile printf("/*\n") > hfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile |