SOURCES (LINUX_2_6): kernel-module-build.pl - collect Kbuilds too.

pluto pluto at pld-linux.org
Wed Nov 26 20:57:55 CET 2008


Author: pluto                        Date: Wed Nov 26 19:57:55 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- collect Kbuilds too.

---- Files affected:
SOURCES:
   kernel-module-build.pl (1.1.2.3 -> 1.1.2.4) 

---- Diffs:

================================================================
Index: SOURCES/kernel-module-build.pl
diff -u SOURCES/kernel-module-build.pl:1.1.2.3 SOURCES/kernel-module-build.pl:1.1.2.4
--- SOURCES/kernel-module-build.pl:1.1.2.3	Wed Dec  6 23:22:37 2006
+++ SOURCES/kernel-module-build.pl	Wed Nov 26 20:57:50 2008
@@ -12,7 +12,7 @@
 
 sub wanted {
 	return unless -f;
-	return unless /^Kconfig/ or /^Makefile/;
+	return unless /^Kconfig/ or /^Makefile/ or /^Kbuild/;
 	#return if /\.orig$/;
 	return if $File::Find::name =~ /(Documentation|scripts)/;
 	(my $file = $File::Find::name) =~ s#^\./##;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-module-build.pl?r1=1.1.2.3&r2=1.1.2.4&f=u



More information about the pld-cvs-commit mailing list