summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-11-21 04:37:30 +0000
committermarcel <marcel@FreeBSD.org>2000-11-21 04:37:30 +0000
commitda4d2f75d9eca5f19b86defef417d6c0d89fa459 (patch)
treed20e63a9f061d2a0c8a4137e7bffe9f7664a9c4e /Makefile
parent77effa8060b37afac5cafb32e16704979b019057 (diff)
downloadFreeBSD-src-da4d2f75d9eca5f19b86defef417d6c0d89fa459.zip
FreeBSD-src-da4d2f75d9eca5f19b86defef417d6c0d89fa459.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 898eb0a..70b8ab6 100644
--- a/Makefile
+++ b/Makefile
@@ -84,10 +84,10 @@
# order, but that's not important.
#
TGTS= afterdistribute all buildkernel buildworld checkdpadd clean \
- cleandepend cleandir depend distribute everything hierarchy includes \
- install installkernel reinstallkernel installmost installworld \
- libraries lint maninstall mk most obj objlink regress rerelease \
- tags update
+ cleandepend cleandir depend distribute distribworld everything \
+ hierarchy includes install installkernel reinstallkernel installmost \
+ installworld libraries lint maninstall mk most obj objlink regress \
+ rerelease tags update
PATH= /sbin:/bin:/usr/sbin:/usr/bin
MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
OpenPOWER on IntegriCloud