Home
last modified time | relevance | path

Searched hist:"55 a5b46aff84045feb84bad7afd8dffa34df33c5" (Results 1 – 2 of 2) sorted by relevance

/freebsd/
H A DMakefile.libcompatdiff 55a5b46aff84045feb84bad7afd8dffa34df33c5 Fri Jun 29 23:15:26 CEST 2018 Alex Richardson <arichardson@FreeBSD.org> Don't change directory owner to root when building with -DNO_ROOT

Currently the mtree calls in Makefile.inc1 all change the directory owner
to match the spec file. However, we should not be doing this during
distributeworld if -DNO_ROOT is passed. Additionally, when creating the
WORLDTMP directory hierachy there is no need to change the owner to root so
we now always pass the -W flag when populating WORLDTMP.

This is also required for building FreeBSD on Linux/Mac since the required
groups/users will not exist there which is how I discovered this issue.

Reviewed By: emaste, bdrewery, imp
Approved By: brooks (mentor)
Differential Revision: https://reviews.freebsd.org/D14185
H A DMakefile.inc1diff 55a5b46aff84045feb84bad7afd8dffa34df33c5 Fri Jun 29 23:15:26 CEST 2018 Alex Richardson <arichardson@FreeBSD.org> Don't change directory owner to root when building with -DNO_ROOT

Currently the mtree calls in Makefile.inc1 all change the directory owner
to match the spec file. However, we should not be doing this during
distributeworld if -DNO_ROOT is passed. Additionally, when creating the
WORLDTMP directory hierachy there is no need to change the owner to root so
we now always pass the -W flag when populating WORLDTMP.

This is also required for building FreeBSD on Linux/Mac since the required
groups/users will not exist there which is how I discovered this issue.

Reviewed By: emaste, bdrewery, imp
Approved By: brooks (mentor)
Differential Revision: https://reviews.freebsd.org/D14185