From 4167dc1ad8d3466546f4cfaa84f1f2b4885755aa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 11 Feb 2000 09:58:04 +0000 Subject: no_comment --- perl-install/Newt/Makefile | 2 +- perl-install/c/Makefile | 2 +- perl-install/modules.pm | 1 + perl-install/resize_fat/Makefile | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/Newt/Makefile b/perl-install/Newt/Makefile index b366e5974..cb80c5ab7 100644 --- a/perl-install/Newt/Makefile +++ b/perl-install/Newt/Makefile @@ -7,4 +7,4 @@ Newt: %: %.xs clean: test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ + rm -f *~ *.o diff --git a/perl-install/c/Makefile b/perl-install/c/Makefile index f67b1f9ac..0528707de 100644 --- a/perl-install/c/Makefile +++ b/perl-install/c/Makefile @@ -9,7 +9,7 @@ stuff: %: %.xs clean: test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ stuff.xs + rm -f *~ *.o stuff.xs stuff.xs: %: %.pm rm -f $@ diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 4afacb5d3..1b481883c 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -494,6 +494,7 @@ sub load_thiskind($;&$) { my %devs; foreach (@devs) { my ($text, $mod) = @$_; + $mod =~ /unknown|ignore/ and log::l("skipping $text, no module available (if you know one, please mail bugs\@linux-mandrake.com)"), next; $devs{$mod}++ and log::l("multiple $mod devices found"), next; log::l("found driver for $mod"); &$f($text, $mod) if $f; diff --git a/perl-install/resize_fat/Makefile b/perl-install/resize_fat/Makefile index 520c18cdb..a82ca8441 100644 --- a/perl-install/resize_fat/Makefile +++ b/perl-install/resize_fat/Makefile @@ -7,4 +7,4 @@ c_rewritten: %: %.xs clean: test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ + rm -f *~ *.o -- cgit v1.2.1