From da4d2f75d9eca5f19b86defef417d6c0d89fa459 Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 21 Nov 2000 04:37:30 +0000 Subject: Fix release, broken by the perl cross-build fixes. The distribute target is basicly the same as an install. For perl, this means that miniperl is needed. Since miniperl is only present in the object directory, we need to make sure the path is set correctly. To do this, we have make release use a new distribworld target that sets the path before doing a make distribute. --- Makefile.inc1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 2a92102..4d09999 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -334,6 +334,15 @@ reinstall: .endif # +# distribworld +# +# Front-end to distribute to make sure the search path contains +# the object directory. Needed for miniperl. +# +distribworld: + cd ${.CURDIR}; PATH=${TMPPATH} ${MAKE} -f Makefile.inc1 distribute + +# # buildkernel and installkernel # # Which kernels to build and/or install is specified by setting -- cgit v1.1