diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-30 21:21:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-30 21:21:38 +0100 |
commit | 2f210c93c08515a806199783aabe37d12a0197cb (patch) | |
tree | 8b846898d136de0503e4ec3c2cf1f90660ee3336 /eclass | |
parent | 1c19f0d8d940b35f723e28d8a6ebe388cfacd1d8 (diff) |
gentoo auto-resync : 30:05:2023 - 21:21:38
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 37822 -> 37817 bytes | |||
-rw-r--r-- | eclass/linux-mod-r1.eclass | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex e44ac7ebfd1c..c8ec595e6f2f 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass index 73e7e7f8ff0b..d665c42f9dd8 100644 --- a/eclass/linux-mod-r1.eclass +++ b/eclass/linux-mod-r1.eclass @@ -22,7 +22,6 @@ # - try without :target first, it is now almost always unnecessary # - srcdir defaults to the current directory, and note that paths # can be relative to that (should typically *not* pass ${S}) -# - "name(misc)" or "(extra)" are fine just as modlist=( name ) # 2. BUILD_PARAMS and/or BUILD_FIXES # -> local modargs=( VAR="${KV_OUT_DIR}" ... ) # - CC/LD and similar are unneeded, always passed (V=1 too) @@ -336,6 +335,10 @@ linux-mod-r1_pkg_setup() { # exists, but it can be anything. # -> Default: extra # +# Warning: Changing this location may leave stale modules until a +# kernel upgrade as the package manager does not typically delete +# old modules and only does overwrite on rebuilds. +# # > source-dir: Directory containing the Makefile to build the module. # Path can be relative to the current directory or absolute. # -> Default: current directory |