View | Details | Raw Unified | Return to bug 211564 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.inc1 (-1 / +1 lines)
Lines 1006-1012 Link Here
1006
	-mkdir ${DESTDIR}/${DISTDIR}/base
1006
	-mkdir ${DESTDIR}/${DISTDIR}/base
1007
	${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
1007
	${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
1008
	    METALOG=${METALOG} ${IMAKE_INSTALL} ${IMAKE_MTREE} \
1008
	    METALOG=${METALOG} ${IMAKE_INSTALL} ${IMAKE_MTREE} \
1009
	    DISTBASE=/base DESTDIR=${DESTDIR}/${DISTDIR}/base \
1009
	    DISTBASE=${DESTDIR}/base DESTDIR=${DESTDIR}/${DISTDIR}/base \
1010
	    LOCAL_MTREE=${LOCAL_MTREE:Q} distrib-dirs
1010
	    LOCAL_MTREE=${LOCAL_MTREE:Q} distrib-dirs
1011
.endif
1011
.endif
1012
	${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \
1012
	${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \
(-)etc/Makefile (-2 / +2 lines)
Lines 192-199 Link Here
192
	# Avoid installing tests here; "make distribution" will do this and
192
	# Avoid installing tests here; "make distribution" will do this and
193
	# correctly place them in the right location.
193
	# correctly place them in the right location.
194
	${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \
194
	${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \
195
	    DESTDIR=${DISTDIR}/${DISTRIBUTION}
195
	    DESTDIR=${DESTDIR}/${DISTDIR}/${DISTRIBUTION}
196
	${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
196
	${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DESTDIR}/${DISTDIR}/${DISTRIBUTION}
197
197
198
.include <bsd.endian.mk>
198
.include <bsd.endian.mk>
199
.if ${TARGET_ENDIANNESS} == "1234"
199
.if ${TARGET_ENDIANNESS} == "1234"
(-)share/mk/bsd.subdir.mk (-1 / +1 lines)
Lines 72-78 Link Here
72
distribute: .MAKE
72
distribute: .MAKE
73
.for dist in ${DISTRIBUTION}
73
.for dist in ${DISTRIBUTION}
74
	${_+_}cd ${.CURDIR}; \
74
	${_+_}cd ${.CURDIR}; \
75
	    ${MAKE} install installconfig -DNO_SUBDIR DESTDIR=${DISTDIR}/${dist} SHARED=copies
75
	    ${MAKE} install installconfig -DNO_SUBDIR DESTDIR=${DESTDIR}/${DISTDIR}/${dist} SHARED=copies
76
.endfor
76
.endfor
77
.endif
77
.endif
78
# Convenience targets to run 'build${target}' and 'install${target}' when
78
# Convenience targets to run 'build${target}' and 'install${target}' when

Return to bug 211564