]> git.pld-linux.org Git - packages/dahdi-linux.git/commitdiff
- comment what check_modules does
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 2 Mar 2012 15:33:54 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dahdi-linux.spec -> 1.111

dahdi-linux.spec

index f1a69526071f8c43a640ed86cf84c472ffadb0eb..8bfa79c2b70c677fccc287524ac473e59d57eb30 100644 (file)
@@ -154,6 +154,9 @@ chmod a+rx download-logger
 %if %{with kernel}
 %build_kernel_modules SUBDIRS=$PWD/drivers/dahdi DAHDI_BUILD_ALL=m HOTPLUG_FIRMWARE=yes DAHDI_MODULES_EXTRA=" " -m %{modules_in} KSRC=$PWD/o -C drivers/dahdi DAHDI_INCLUDE=$PWD/../../include
 
+# check that all built .ko is handled by build_kernel_modules
+# (renamed to either -dist, -up, or -smp suffix)
+# if some missing, check the 'modules*' macros above
 check_modules() {
        err=0
        for a in drivers/dahdi/{*/,}*.ko; do
This page took 0.106007 seconds and 4 git commands to generate.