Update a few tools to not embed $FreeBSD$ in generated files

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41959
This commit is contained in:
John Baldwin 2023-09-25 07:55:43 -07:00
parent 5919ab2991
commit c4e2333cb2
3 changed files with 0 additions and 7 deletions

View file

@ -254,7 +254,6 @@ main (int argc, char *argv[])
if (dflag && iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0)
err(1, NULL);
if (cflag) {
printf("# $FreeBSD$\n\n");
printf("TYPE\t\tROWCOL\n");
printf("NAME\t\tUCS/%s\n", argv[0]);
printf("%s", citrus_common);
@ -266,7 +265,6 @@ main (int argc, char *argv[])
if (dflag && (iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0))
err(1, NULL);
if (cflag) {
printf("# $FreeBSD$\n\n");
printf("TYPE\t\tROWCOL\n");
printf("NAME\t\t%s/UCS\n", argv[0]);
printf("%s", citrus_common);

View file

@ -156,10 +156,6 @@ foreach my $vendor_define (sort keys(%linux_pciids)) {
print STDERR "\nWrite FreeBSD header to stdout...\n";
print <<"EOF";
/*
* \$FreeBSD\$
*/
/*
* Generated by $progname from:
* o previous FreeBSD's drm_pciids.h

View file

@ -947,7 +947,6 @@ sub make_makefile {
}
open(FOUT, ">$TYPE.draft/Makefile");
print FOUT <<EOF;
# \$FreeBSD\$
# Warning: Do not edit. This file is automatically generated from the
# tools in /usr/src/tools/tools/locale.