Separate system call generation out from the Makefile so kernel and
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 21 Aug 2003 20:08:38 +0000 (20:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 21 Aug 2003 20:08:38 +0000 (20:08 +0000)
commitea5758900d7cf28df4e1592566a6d1d18c35bce3
tree33fa9350406954ac5a50a8168860c55e935827bb
parent7e6e612ade71a883e93569d03301b51f6067bc15
Separate system call generation out from the Makefile so kernel and
module builds do not accidently try to regenerate the syscalls if the
timestamps do not happen to be exactly as expected.

Problem-noticed-by: qhwt@myrealbox.com
sys/emulation/ibcs2/i386/Makefile
sys/emulation/ibcs2/i386/Makefile.misc [new file with mode: 0644]
sys/emulation/linux/i386/Makefile
sys/emulation/linux/i386/Makefile.misc [new file with mode: 0644]
sys/emulation/svr4/Makefile
sys/emulation/svr4/Makefile.misc [new file with mode: 0644]
sys/kern/Makefile
sys/kern/Makefile.misc [new file with mode: 0644]