[Bug 241918] make buildworld fails: freebsd.cf: No such file or directory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 20 04:29:13 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241918

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

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

--- Comment #2 from Mark Millard <marklmi26-fbsd at 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=/usr/obj DESTDIR=/home/rj/RELENG_12_1.tmpl distrib-dirs
distribution

is inappropriate. Possibly presuming a specific shell type:

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

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

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


More information about the freebsd-bugs mailing list