svn commit: r290865 - head/tools/tools/locale/tools

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 15 14:34:30 UTC 2015


Author: bapt
Date: Sun Nov 15 14:34:29 2015
New Revision: 290865
URL: https://svnweb.freebsd.org/changeset/base/290865

Log:
  Generate in the FreeBSD keyword when generating the Makefiles

Modified:
  head/tools/tools/locale/tools/cldr2def.pl

Modified: head/tools/tools/locale/tools/cldr2def.pl
==============================================================================
--- head/tools/tools/locale/tools/cldr2def.pl	Sun Nov 15 14:19:56 2015	(r290864)
+++ head/tools/tools/locale/tools/cldr2def.pl	Sun Nov 15 14:34:29 2015	(r290865)
@@ -831,6 +831,7 @@ 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.
 


More information about the svn-src-all mailing list