chiark / gitweb /
generate: Handle nodes with no own Subdir.sd.mk
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 22 Dec 2019 19:52:10 +0000 (19:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Dec 2019 22:19:08 +0000 (22:19 +0000)
commit1e6b9b693c916b6354b8d28c0e70355847f3abcc
treeeee2e6a2ca4083f34ed01e5514a7680e99359144
parentdfb1a80a5221a604eecc76164cab7de962e426c2
generate: Handle nodes with no own Subdir.sd.mk

If a directory is not mentioned on the command line, we would assume
it had a Subdir.sd.mk anyway.  Instead, expect it not to have one.

We do still generate a per-subdirectory fragment for such unmentioned
nodes: this serves to wire its children ino the parent, make running
`make' in that directory possible, etc.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
generate