Warner Losh
2b372753e2
Honor LINKS=x y in dtb modules. We need this for compatibility links
...
for old, FreeBSD names.
2017-01-28 05:07:53 +00:00
Bryan Drewery
6633bb8f7b
Add missed updates for r301079 and r301084.
2016-05-31 23:12:43 +00:00
Bryan Drewery
0ed70e428d
Do as r289391 did for share/mk and make installing to a non-existent directory
...
an error.
Most of these do a 'mkdir -p' or 'install -d' before installing, but add
the trailing / here for consistency with the userland install.
MFC after: 2 weeks
X-MFC-With: r289391
Sponsored by: EMC / Isilon Storage Division
2015-10-17 05:49:07 +00:00
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