[PATCH 1/1] build: remove trailing '/.' when doing mkdir -p .deps/.
David Bremner
david at tethera.net
Mon Jan 13 10:39:13 PST 2014
Tomi Ollila <tomi.ollila at iki.fi> writes:
> When make variable $@ does not contain directory part, $(@D)
> resolves as '.'. In this case .deps/$(@D) is '.deps/.'
> In some systems `mkdir [-p] directory/.` fails.
> To make this compatible with more system substitute trailing
> '/.' (slashdot) with '' (empty string) whenever it occurs there.
pushed.
d
More information about the notmuch
mailing list