aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-07-25 07:57:01 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-07-25 07:57:01 +0000
commit99c2d8c27d22d599a4e07b9c5ff0fa5e86e0a935 (patch)
tree9f37a34ca5ec90279760d475bdaad27738d564a8 /Makefile.libcompat
parent013e5361d61506af0529d584d5cbabefb39c798a (diff)
downloadsrc-99c2d8c27d22d599a4e07b9c5ff0fa5e86e0a935.tar.gz
src-99c2d8c27d22d599a4e07b9c5ff0fa5e86e0a935.zip
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
Notes
Notes: svn path=/head/; revision=350322
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index f2da3bd06587..21f7300ef70c 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -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 \