Warner Losh
cbe6c25d2e
Prefer install over mkdir to create the directory. Add test to ensure
...
the directory doesn't exist before creating it. This makes the NO_ROOT
case actually work.
Suggested by: brooks@
2015-02-09 16:29:44 +00:00
Warner Losh
9f78f7b262
Move these definitions to bsd.own.mk along side the kernel directory /
...
user defines. Make this work with WITH_INSTALL_AS_USER as well.
Noticed by: ian@
2015-02-09 16:21:49 +00:00
Warner Losh
2cfaebb681
Fix typo.
...
Submitted by: jhb@
2015-02-09 16:10:30 +00:00
Warner Losh
2d29166779
We need to create /boot/dtb since some use cases don't create a full
...
root with BSD.root.mtree, so it often times will not exist. Rather
than force the latter for an installkernel, just create the directory
with a comment about why.
Submitted by: Guy Yur
2015-02-09 16:04:08 +00:00
Warner Losh
ef6fcdc651
Make sure that we define DTB{OWN,GRP,MODE} so install works.
...
Submitted by: Guy Yur
2015-02-09 16:04:01 +00:00
Warner Losh
c4765af73f
Add infrastructure to build dtb files from dts files.
2015-01-08 18:28:06 +00:00