mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
Workaround the build failure on platforms have lib32 after r350301
Error message: make[5]: make[5]: don't know how to make /usr/obj/usr/src/amd64.amd64/obj-lib32/tmp/sys/netinet/in.h. Stop make[5]: stopped in /usr/src/lib/libsysdecode Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
013e5361d6
commit
99c2d8c27d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350322
@ -186,6 +186,7 @@ build${libcompat}: .PHONY
|
||||
.endif
|
||||
mkdir -p ${WORLDTMP}
|
||||
ln -sf ${.CURDIR}/sys ${WORLDTMP}
|
||||
ln -sf ${.CURDIR}/sys ${LIBCOMPATTMP}
|
||||
.for _t in ${_obj} includes
|
||||
.for _dir in ${_LC_INCDIRS}
|
||||
${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} MK_INCLUDES=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user