summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-11 09:58:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-11 09:58:04 +0000
commit4167dc1ad8d3466546f4cfaa84f1f2b4885755aa (patch)
treead6f830a51a4929c57f6b2790aefea7d517a2345 /perl-install
parent011cd29962ce3251d3d2816334a62846b5554ce6 (diff)
downloaddrakx-4167dc1ad8d3466546f4cfaa84f1f2b4885755aa.tar
drakx-4167dc1ad8d3466546f4cfaa84f1f2b4885755aa.tar.gz
drakx-4167dc1ad8d3466546f4cfaa84f1f2b4885755aa.tar.bz2
drakx-4167dc1ad8d3466546f4cfaa84f1f2b4885755aa.tar.xz
drakx-4167dc1ad8d3466546f4cfaa84f1f2b4885755aa.zip
no_comment
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Newt/Makefile2
-rw-r--r--perl-install/c/Makefile2
-rw-r--r--perl-install/modules.pm1
-rw-r--r--perl-install/resize_fat/Makefile2
4 files changed, 4 insertions, 3 deletions
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