Created attachment 3697 [details] patch file I ran into a situation where a custom target skeleton did not have a /usr/sbin - it relied on something else to make it (busybox?). So when mtd.mk tried to install things to it, install bombed out. (I think that we were probably using the new version of "make", which no longer sorts wildcards in alphabetical order - so mtd might have been before busybox.) I have attached a patch to make sure installation directory actually exists. Seems like a prudent thing to do.
Instead, the patch should change the call to install to use the -D option. Could you submit a proper patch to the Buildroot mailing list?
Comment on attachment 3697 [details] patch file updated by new file
Created attachment 3716 [details] patch file Okay, I'll submit to mailing list, if that's preferable to using bugzilla. For completeness, the same file has been updated here.
Committed, thanks