Skip to content
  • Vasiliy Stelmachenok's avatar
    7f8855a6
    tidy/zipkmod.sh: Add zipkmod option · 7f8855a6
    Vasiliy Stelmachenok authored and Allan McRae's avatar Allan McRae committed
    
    
    This is necessary to properly create debug packages with the kernel
    modules. Since compression of modules is usually done in the package
    function inside PKGBUILD this prevents makepkg from stripping and
    collecting debug symbols. The zipkmod option will ensure that module
    compression will only take place after the strip option completes. It
    will also allow us to define some consistency in module compression
    between PKGBUILDs for out-of-tree kernel modules (nvidia, wl, etc.
    packages).
    
    Signed-off-by: default avatarVasiliy Stelmachenok <ventureo@yandex.ru>
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    7f8855a6
    tidy/zipkmod.sh: Add zipkmod option
    Vasiliy Stelmachenok authored and Allan McRae's avatar Allan McRae committed
    
    
    This is necessary to properly create debug packages with the kernel
    modules. Since compression of modules is usually done in the package
    function inside PKGBUILD this prevents makepkg from stripping and
    collecting debug symbols. The zipkmod option will ensure that module
    compression will only take place after the strip option completes. It
    will also allow us to define some consistency in module compression
    between PKGBUILDs for out-of-tree kernel modules (nvidia, wl, etc.
    packages).
    
    Signed-off-by: default avatarVasiliy Stelmachenok <ventureo@yandex.ru>
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
Loading