• J
    Makefile: Force gzip and xz on module install · 3d1450d5
    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 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: NJason A. Donenfeld <Jason@zx2c4.com>
    Signed-off-by: NMichal Marek <mmarek@suse.com>
    3d1450d5
Makefile 53.2 KB