From e10a9fc3855d5182fd8bcf3589e10ae5dfd75cd7 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 15 Jul 2005 14:38:54 +0000 Subject: Make the `distrib-dirs' target official and working properly when cross-building (installing). (This is useful for NFS installing world/kernel to another architecture machine.) --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 8807bf7..e104950 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -558,8 +558,8 @@ redistribute: ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribute32 DISTRIBUTION=lib32 .endif -distribution: - cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} distribution +distrib-dirs distribution: + cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} ${.TARGET} # # buildkernel and installkernel -- cgit v1.1