Dne 6.3.2013 17:27, Nicolas Dichtel napsal(a): > - $(PERL) $< $(installdir) $(SRCARCH) $(input-files); \ [...] > + @echo $(input-files) > $(INSTALL_HDR_PATH)/.input-files Are you sure this is a reliable fix? What make does is to spawn /bin/sh -c 'echo <long list of files> > usr/include/.input-files' here. So I guess that it works for you just because "sh -c" is shorter than "sh -c 'perl scripts/headers_install.pl...'". Michal -- 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