freebsd-dev/sys/arm/linux
Kyle Evans 1171c633fb Set .ORDER for makesyscalls generated files
When either makesyscalls.lua or syscalls.master changes, all of the
${GENERATED} targets are now out-of-date. With make jobs > 1, this means we
will run the makesyscalls script in parallel for the same ABI, generating
the same set of output files.

Prior to r356603 , there is a large window for interlacing output for some
of the generated files that we were generating in-place rather than staging
in a temp dir. After that, we still should't need to run the script more
than once per-ABI as the first invocation should update all of them. Add
.ORDER to do so cleanly.

Reviewed by:	brooks
Discussed with:	sjg
Differential Revision:	https://reviews.freebsd.org/D23099
2020-01-10 18:24:17 +00:00
..
linux_proto.h Regen after r356233. 2019-12-31 16:07:12 +00:00
linux_syscall.h arm linuxulator: add "make sysent" generated files 2019-12-11 17:52:06 +00:00
linux_syscalls.c arm linuxulator: add "make sysent" generated files 2019-12-11 17:52:06 +00:00
linux_sysent.c Regen after r356233. 2019-12-31 16:07:12 +00:00
linux_systrace_args.c Regen after r356233. 2019-12-31 16:07:12 +00:00
Makefile Set .ORDER for makesyscalls generated files 2020-01-10 18:24:17 +00:00
syscalls.conf arm linuxulator: add syscalls.conf and Makefile for "make sysent" 2019-12-11 17:28:49 +00:00
syscalls.master Sigh, add getcpu(2) chunk missed in r356229. 2019-12-31 16:05:07 +00:00