Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 04:29:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241918] make buildworld fails: freebsd.cf: No such file or directory
Message-ID:  <bug-241918-227-P2gmJXxqy3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241918-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241918-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241918

Mark Millard <marklmi26-fbsd@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd@yahoo.com

--- Comment #2 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to oklaspec from comment #1)

Quoting the build man page:

     MAKEOBJDIRPREFIX  Defines the prefix for directory names in the tree of
                       built objects.  Defaults to /usr/obj if not defined.
                       This variable should only be set in the environment =
or
                       /etc/src-env.conf and not via /etc/make.conf or
                       /etc/src.conf or the command line.

Note that last: not to be set in the command line (after "make"). So:

make MAKEOBJDIRPREFIX=3D/usr/obj DESTDIR=3D/home/rj/RELENG_12_1.tmpl distri=
b-dirs
distribution

is inappropriate. Possibly presuming a specific shell type:

env MAKEOBJDIRPREFIX=3D/usr/obj make DESTDIR=3D/home/rj/RELENG_12_1.tmpl
distrib-dirs distribution

would be appropriate (set in the environment) . You may wat to try that.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241918-227-P2gmJXxqy3>