On Wed, Aug 17, 2016 at 3:19 PM, Jim Davis <jim.epost@xxxxxxxxx> wrote: > On Tue, Aug 16, 2016 at 2:39 PM, Dmitry Monakhov <dmonakhov@xxxxxxxxxx> wrote: >> If build configured w/o modules script fails because lib/ is not exit. > > Tested-by: Jim Davis <jim.epost@xxxxxxxxx> But apparently not tested very well. My script ran the no-modules (no /lib) case and that worked just fine. But for the modules case, which I forgot to script, it oddly failed on my workstation with + tar cf - -C ./tar-install boot lib --owner=root --group=root + cat tar: boot lib: Cannot stat: No such file or directory I've gotta dash, but a quick 'n dirty change of "$tarball_dirs" to $tarball_dirs (no quotes) in the tar command line got by that. Not sure if that's just something weird in my test setup or not... -- Jim -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html