aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-11-08 00:35:00 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-11-08 00:35:00 +0000
commit0a9fcf3237b6e97f75f3f2c1674d5b148afd0e1e (patch)
tree9c42840ef40b20c4ef74f5f66c66afdc83f8acdc /Makefile
parent150d384e5c834d41d19d44a44af1163e15d9f991 (diff)
downloadsrc-0a9fcf3237b6e97f75f3f2c1674d5b148afd0e1e.tar.gz
src-0a9fcf3237b6e97f75f3f2c1674d5b148afd0e1e.zip
Add a top-level make target to rebuild all sysent files.
The sysent target is useful when changing makesyscalls.sh, when making paired changes to syscalls.master files, or in a future where freebsd32 sysent entries are built from the default syscalls.master. Reviewed by: bdrewery Obtained from: CheriBSD Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17899
Notes
Notes: svn path=/head/; revision=340242
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index efcb11a2ba98..bd1dc35dcfc9 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@
# targets - Print a list of supported TARGET/TARGET_ARCH pairs
# for world and kernel targets.
# toolchains - Build a toolchain for all world and kernel targets.
+# sysent - (Re)build syscall entries from syscalls.master.
# xdev - xdev-build + xdev-install for the architecture
# specified with TARGET and TARGET_ARCH.
# xdev-build - Build cross-development tools.
@@ -135,6 +136,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
reinstallkernel reinstallkernel.debug \
installworld kernel-toolchain libraries maninstall \
obj objlink showconfig tags toolchain update \
+ sysent \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _build-metadata _cross-tools _includes _libraries \
build32 distribute32 install32 buildsoft distributesoft installsoft \