svn commit: r318164 - in stable: 10/sys/amd64/linux 10/sys/amd64/linux32 10/sys/compat/freebsd32 10/sys/compat/svr4 10/sys/i386/ibcs2 10/sys/i386/linux 10/sys/kern 10/sys/sys 11/sys/amd64/linux 11/...
John Baldwin
jhb at freebsd.org
Thu May 11 18:14:53 UTC 2017
On Wednesday, May 10, 2017 11:09:20 PM John Baldwin wrote:
> Author: jhb
> Date: Wed May 10 23:09:17 2017
> New Revision: 318164
> URL: https://svnweb.freebsd.org/changeset/base/318164
>
> Log:
> MFC 313564:
> Drop the "created from" line from files generated by makesyscalls.sh.
>
> This information is less useful when the generated files are included in
> source control along with the source. If needed it can be reconstructed
> from the $FreeBSD$ tag in the generated file. Removing this information
> from the generated output permits committing the generated files along
> with the change to the system call master list without having inconsistent
> metadata in the generated files.
>
> Regenerate the affected files along with the MFC.
After this commit, I think we should include regenerated files when MFC'ing
changes going forward so that stable/ branches are never in an inconsistent
state.
--
John Baldwin
More information about the svn-src-stable-11
mailing list