mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
videomode/devlist2h.awk: Don't include $FreeBSD$ in generated files
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41952 (cherry picked from commit bd524e2ddb77e1c691f308359ab917414ecb8bed)
This commit is contained in:
parent
495a104751
commit
c6dc53e7c8
1 changed files with 0 additions and 2 deletions
|
|
@ -39,7 +39,6 @@ NR == 1 {
|
|||
gsub("\\$", "", VERSION)
|
||||
gsub(/ $/, "", VERSION)
|
||||
|
||||
printf("/*\t$FreeBSD" "$\t*/\n\n") > dfile
|
||||
printf("/*\n") > dfile
|
||||
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
|
||||
> dfile
|
||||
|
|
@ -48,7 +47,6 @@ NR == 1 {
|
|||
printf(" *\t%s\n", VERSION) > dfile
|
||||
printf(" */\n") > dfile
|
||||
|
||||
printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
|
||||
printf("/*\n") > hfile
|
||||
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
|
||||
> hfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue