[Bug 241918] make buildworld fails: freebsd.cf: No such file or directory
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 19 07:50:25 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241918
--- Comment #1 from oklaspec at gmail.com ---
This problem exists even for this command (with MAKEOBJDIRPREFIX=/usr/obj):
```
make MAKEOBJDIRPREFIX=/usr/obj DESTDIR=/home/rj/RELENG_12_1.tmpl distrib-dirs
distribution
```
However for this command (with unspecified MAKEOBJDIRPREFIX variable) it works
fine as expected:
```
make DESTDIR=/home/rj/RELENG_12_1.tmpl distrib-dirs distribution
```
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list