aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2022-07-13 23:23:31 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2022-07-13 23:23:31 +0000
commitb18071361209a05f488ada6e4312bd4294f26424 (patch)
tree0519e35ce33dfaadf531abb2dfe40bcfff1362b9 /Makefile.inc1
parent064e6b4303d8aec9cfd27653d4dd2abea829a6c7 (diff)
downloadsrc-b18071361209a05f488ada6e4312bd4294f26424.tar.gz
src-b18071361209a05f488ada6e4312bd4294f26424.zip
Makefile.inc1: Add a missing ${dist} to distributeworld for usr/include/i386
Not including ${dist} results in the following non-fatal error printed once per extra distribution: mkdir //usr/obj/usr/src/amd64.amd64/release/dist/usr/include/i386 mkdir: //usr/obj/usr/src/amd64.amd64/release/dist/usr/include: No such file or directory *** Error code 1 (ignored) Also fix a whitespace nit on this line whilst here. Reviewed by: brooks Fixes: a09ea2bbc305 ("amd64: add an i386 include directory")
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 12bb892dfd58..c384267b0ada 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1395,7 +1395,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.include.dist \
-p ${DESTDIR}/${DISTDIR}/${dist}/usr/include >/dev/null
.if ${TARGET_ARCH} == "amd64"
- -mkdir ${DESTDIR}/${DISTDIR}/usr/include/i386
+ -mkdir ${DESTDIR}/${DISTDIR}/${dist}/usr/include/i386
.endif
.if ${MK_DEBUG_FILES} != "no"
${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.debug.dist \