diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2015-07-07 20:26:07 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2015-07-22 17:47:12 +0200 |
commit | 3d1450d54a4fc277fc4598acf2335f74b66b08fc (patch) | |
tree | 831ea50e99c1b1a7c96e4d1c75209c2c97df8b9c /scripts/headers_check.pl | |
parent | 6dd3f13e4239a8c2b1e60687d7321bc0df614f33 (diff) | |
download | linux-3d1450d54a4fc277fc4598acf2335f74b66b08fc.tar.gz linux-3d1450d54a4fc277fc4598acf2335f74b66b08fc.tar.bz2 linux-3d1450d54a4fc277fc4598acf2335f74b66b08fc.zip |
Makefile: Force gzip and xz on module install
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>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'scripts/headers_check.pl')
0 files changed, 0 insertions, 0 deletions