Home
last modified time | relevance | path

Searched hist:a324b0f04c0d25d9b4ce59f3a9974e7107f0cac5 (Results 1 – 2 of 2) sorted by relevance

/freebsd/share/mk/
H A Dbsd.prog.mkdiff a324b0f04c0d25d9b4ce59f3a9974e7107f0cac5 Thu Mar 03 19:08:58 CET 2016 Bryan Drewery <bdrewery@FreeBSD.org> DEBUG_FILES: Create the DEBUGFILEDIR if it doesn't exist on install.

Currently the base.txz distribution does not get the BSD.debug.dist mtree
extracted into it. So if you start from that and then try to build a 3rd-party
application outside of buildworld it will by-default try installing the
debug files into a missing directory if they are being installed into /usr/lib.

Check for the existence before forcing the directory to be created rather than
the older way of running a shell command with test -d || mkdir -p always.

Reported by: HardenedBSD (https://github.com/HardenedBSD/secadm/issues/23)
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5411
H A Dbsd.lib.mkdiff a324b0f04c0d25d9b4ce59f3a9974e7107f0cac5 Thu Mar 03 19:08:58 CET 2016 Bryan Drewery <bdrewery@FreeBSD.org> DEBUG_FILES: Create the DEBUGFILEDIR if it doesn't exist on install.

Currently the base.txz distribution does not get the BSD.debug.dist mtree
extracted into it. So if you start from that and then try to build a 3rd-party
application outside of buildworld it will by-default try installing the
debug files into a missing directory if they are being installed into /usr/lib.

Check for the existence before forcing the directory to be created rather than
the older way of running a shell command with test -d || mkdir -p always.

Reported by: HardenedBSD (https://github.com/HardenedBSD/secadm/issues/23)
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5411