5.3-BETA7 make release "env: not found" errors
Roman Neuhauser
neuhauser at chello.cz
Mon Oct 18 12:49:35 PDT 2004
# neuhauser at chello.cz / 2004-10-18 21:24:05 +0200:
> # neuhauser at chello.cz / 2004-10-18 21:11:24 +0200:
> > # ru at freebsd.org / 2004-10-18 20:49:45 +0300:
> > > On Mon, Oct 18, 2004 at 06:12:49PM +0200, Roman Neuhauser wrote:
> > > > cd /usr/src; make -f Makefile.inc1 distribute
> > > > env: not found
> > >
> > > I was responsible for and aware of these warnings,
> > > but have been ignoring them until now. Thanks for
> > > reminding! They were mostly harmless, but anyway,
> > > a fix is now committed as src/Makefile,v 1.309.
> >
> > can I proceed with the built release, or should I copy the env
> > binary to one of the directories listed in $PATH before running
> > make rerelease? AFAICS, the at least five targets haven't been
> > built. will I bee missing any files?
>
> I'm rebuilding the release target with src/Makefile:1.309 instead.
there's another in src/Makefile.inc1. see the attached file.
--
If you cc me or remove the list(s) completely I'll most likely ignore
your message. see http://www.eyrie.org./~eagle/faqs/questions.html
-------------- next part --------------
--- Makefile.inc1.old Mon Oct 18 19:31:28 2004
+++ Makefile.inc1 Mon Oct 18 19:31:34 2004
@@ -90,7 +90,7 @@
.endif
MAKEOBJDIRPREFIX?= /usr/obj
-_MAKEOBJDIRPREFIX!= env -i PATH=${PATH} MAKEFLAGS="${.MAKEFLAGS}" ${MAKE} \
+_MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} MAKEFLAGS="${.MAKEFLAGS}" ${MAKE} \
-f /dev/null -V MAKEOBJDIRPREFIX dummy
.if !empty(_MAKEOBJDIRPREFIX)
.error MAKEOBJDIRPREFIX can only be set in environment, not as a global\
More information about the freebsd-current
mailing list