Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1190073
| From | Michal Marek <mmarek@suse.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Makefile: Force gzip and xz on module install |
| Date | 2015-07-22 17:50 +0200 |
| Message-ID | <pP4ro-2L3-19@gated-at.bofh.it> (permalink) |
| References | <pJFN2-Ef-69@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 > through gzip and xz which then do the file writing. Both gzip and xz > will error out if the file already exists, unless -f is passed. > > This patch adds -f so that the behavior is uniform. > > Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Applied to kbuild.git#rc-fixes. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] Makefile: Force gzip and xz on module install Michal Marek <mmarek@suse.cz> - 2015-07-22 17:50 +0200
csiph-web