summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc19
1 files changed, 9 insertions, 0 deletions
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
OpenPOWER on IntegriCloud