Re: [PATCH] Makefile: Force gzip and xz on module install

2015-07-22 Thread Michal Marek
Dne 7.7.2015 v 20:26 Jason A. Donenfeld napsal(a): > Running `make modules_install` ordinarily will overwrite existing > modules. This is the desired behavior, and is how pretty much every > other `make install` target works. > > However, if CONFIG_MODULE_COMPRESS is enabled, modules are passed >

Re: [PATCH] Makefile: Force gzip and xz on module install

2015-07-22 Thread Michal Marek
Dne 7.7.2015 v 20:26 Jason A. Donenfeld napsal(a): Running `make modules_install` ordinarily will overwrite existing modules. This is the desired behavior, and is how pretty much every other `make install` target works. However, if CONFIG_MODULE_COMPRESS is enabled, modules are passed

Re: [PATCH] Makefile: Force gzip and xz on module install

2015-07-13 Thread Jason A. Donenfeld
Bump? This should be trivial to merge, and it fixes a really annoying bug for module development. On Tue, Jul 7, 2015 at 8:26 PM, Jason A. Donenfeld wrote: > Running `make modules_install` ordinarily will overwrite existing > modules. This is the desired behavior, and is how pretty much every >

Re: [PATCH] Makefile: Force gzip and xz on module install

2015-07-13 Thread Jason A. Donenfeld
Bump? This should be trivial to merge, and it fixes a really annoying bug for module development. On Tue, Jul 7, 2015 at 8:26 PM, Jason A. Donenfeld ja...@zx2c4.com wrote: Running `make modules_install` ordinarily will overwrite existing modules. This is the desired behavior, and is how pretty

[PATCH] Makefile: Force gzip and xz on module install

2015-07-07 Thread Jason A. Donenfeld
Running `make modules_install` ordinarily will overwrite existing modules. This is the desired behavior, and is how pretty much every other `make install` target works. However, if CONFIG_MODULE_COMPRESS is enabled, modules are passed through gzip and xz which then do the file writing. Both gzip

[PATCH] Makefile: Force gzip and xz on module install

2015-07-07 Thread Jason A. Donenfeld
Running `make modules_install` ordinarily will overwrite existing modules. This is the desired behavior, and is how pretty much every other `make install` target works. However, if CONFIG_MODULE_COMPRESS is enabled, modules are passed through gzip and xz which then do the file writing. Both gzip