]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 313999: Consolidate statements to initialize files.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 11 May 2017 04:29:20 +0000 (04:29 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 11 May 2017 04:29:20 +0000 (04:29 +0000)
commit9996b02388d7636486e5564d66d9daae0918b6ea
treec4cb1e5ac077684466a69f6420b7ac8b0ec9e9e5
parent8823d9044c9df2d6ef26baadc8a6d669d2ce7e56
MFC 313999: Consolidate statements to initialize files.

Previously, the first lines of various generated files from system call
tables were generated in two sections.  Some of the initialization was
done in BEGIN, and the rest was done when the first line was encountered.
The main reason for this split before r313564 was that most of the
initialization done in the second section depended on the $FreeBSD$ tag
extracted from the system call table.  Now that the $FreeBSD$ tag is no
longer used, consolidate all of the file initialization in the BEGIN
section.

This change was tested by confirming that the content of generated files
did not change.

git-svn-id: svn://svn.freebsd.org/base/stable/10@318172 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/makesyscalls.sh