svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname bi...

Craig Rodrigues rodrigc at FreeBSD.org
Wed Sep 2 01:56:23 UTC 2015


On Sat, Jun 13, 2015 at 12:20 PM, Simon J. Gerraty <sjg at freebsd.org> wrote:

> Author: sjg
> Date: Sat Jun 13 19:20:56 2015
> New Revision: 284345
> URL: https://svnweb.freebsd.org/changeset/base/284345
>
> Log:
>   Add META_MODE support.
>
>   Off by default, build behaves normally.
>   WITH_META_MODE we get auto objdir creation, the ability to
>   start build from anywhere in the tree.
>
>   Still need to add real targets under targets/ to build packages.
>
>   Differential Revision:       D2796
>   Reviewed by: brooks imp
>
>
Simon,

Do you have a list of steps that can be used to test META_MODE mode in
FreeBSD-CURRENT?

Would these steps work:

(1)  Put in /boot/loader.conf

      filemon_load="YES"

      and reboot.


(2)  Put in /etc/make.conf

      WITH_META_MODE=yes

(3)  Do this:

cd /usr/src/targets/pseudo/universe
make

Thanks.
--
Craig


More information about the freebsd-testing mailing list