Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160147638
D41179.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D41179.diff
View Options
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,8 @@
.include "targets/Makefile"
.else
+.include "${.CURDIR}/share/mk/bsd.compat.pre.mk"
+
TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
check check-old check-old-dirs check-old-files check-old-libs \
checkdpadd checkworld clean cleandepend cleandir cleankernel \
@@ -172,7 +174,6 @@
makeman sysent \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _build-metadata _cross-tools _includes _libraries \
- build32 distribute32 install32 \
builddtb xdev xdev-build xdev-install \
xdev-links native-xtools native-xtools-install stageworld stagekernel \
stage-packages stage-packages-kernel stage-packages-world \
@@ -181,6 +182,10 @@
sign-packages package-pkg print-dir test-system-compiler test-system-linker \
test-includes
+.for libcompat in ${_ALL_libcompats}
+TGTS+= build${libcompat} distribute${libcompat} install${libcompat}
+.endfor
+
# These targets require a TARGET and TARGET_ARCH be defined.
XTGTS= native-xtools native-xtools-install xdev xdev-build xdev-install \
xdev-links
@@ -201,12 +206,16 @@
# the interactive tty prompt. The safest route is to just whitelist
# the ones that benefit from it.
META_TGT_WHITELIST+= \
- _* build32 buildfiles buildincludes buildkernel \
+ _* buildfiles buildincludes buildkernel \
buildworld everything kernel-toolchain kernel-toolchains kernel \
kernels libraries native-xtools showconfig test-includes \
test-system-compiler test-system-linker tinderbox toolchain \
toolchains universe universe-toolchain world worlds xdev xdev-build
+.for libcompat in ${_ALL_libcompats}
+META_TGT_WHITELIST+= build${libcompat}
+.endfor
+
.ORDER: buildworld installworld
.ORDER: buildworld distrib-dirs
.ORDER: buildworld distribution
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 6:43 PM (18 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34204661
Default Alt Text
D41179.diff (1 KB)
Attached To
Mode
D41179: Makefile: Automatically generate list of libcompat targets
Attached
Detach File
Event Timeline
Log In to Comment