summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-06-07 10:50:28 +0000
committersos <sos@FreeBSD.org>1998-06-07 10:50:28 +0000
commitc19c19de298dd601b39f524a21bc2beed1cb6bb0 (patch)
tree2a239fbf520f7cbcc15b60638cd2cf4599e229cc /Makefile
parent0af8745beb100dd73cd116f49d475f9280407ada (diff)
downloadFreeBSD-src-c19c19de298dd601b39f524a21bc2beed1cb6bb0.zip
FreeBSD-src-c19c19de298dd601b39f524a21bc2beed1cb6bb0.tar.gz
Compile mtree before it is used, this is a hack, but make world has
failed since new functionality was introduced in mtree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08b9e29..f645c2b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.198 1998/06/06 01:13:21 bde Exp $
+# $Id: Makefile,v 1.199 1998/06/06 04:39:41 jkoshy Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -255,6 +255,17 @@ buildworld:
${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} install; \
${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} clean \
)
+ @echo
+ @echo "--------------------------------------------------------------"
+ @echo " Making mtools"
+ @echo "--------------------------------------------------------------"
+ ( \
+ cd ${.CURDIR}/usr.sbin/mtree; \
+ MAKEOBJDIRPREFIX=""; unset MAKEOBJDIRPREFIX; \
+ ${MAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all; \
+ ${MAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} install; \
+ ${MAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} clean \
+ )
.endif
@echo
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud