From 0e4f05d46881f2bb726eac3580ae783f62d45015 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Oct 1999 17:08:59 +0000 Subject: no_comment --- perl-install/Makefile | 7 +++---- perl-install/fsedit.pm | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index c6cd2bf6d..e0a4e91d2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -38,8 +38,8 @@ floppy: tar-diskdrake: clean pci_probing cd .. ; rm -rf diskdrake ; cp -af perl-install diskdrake - l=`./perl2fcalls -uses -excludec diskdrake | sort | uniq | sed -e 's/::/\//' -e 's/^/diskdrake\//' -e 's/$$/.pm/'` ; \ - cd .. ; tar cfz diskdrake.tgz --exclude CVS $(patsubst %,diskdrake/%,c po diskdrake*) $$l + l=`./perl2fcalls -uses -excludec -excluderesize_fat::c_rewritten diskdrake | sort | uniq | grep -v "^resize_fat::" | sed -e 's/::/\//' -e 's/^/diskdrake\//' -e 's/$$/.pm/'` ; \ + cd .. ; tar cfz diskdrake.tgz --exclude CVS $(patsubst %,diskdrake/%,c c.pm resize_fat po diskdrake*) $$l tar-XFdrake: clean cd .. ; rm -rf XFdrake ; cp -af perl-install XFdrake @@ -52,7 +52,7 @@ $(DIRS): $(MAKE) -C $@ test_pms: verify_c - ./perl2fcalls -excludec install2 + ./perl2fcalls -excludec -excluderesize_fat::c_rewritten install2 perl -cw -I. -Ic -Ic/blib/arch install2 perl -cw -I. -Ic -Ic/blib/arch install_steps_graphical.pm @@ -78,7 +78,6 @@ install_pms: $(DIRS) perl -ne 'print' $$i > $(DESTREP4PMS)/$$i; \ done # perl -ne 's/\s*#-.*//; print unless (/^=head/ .. /^=cut/) || /use (diagnostics|vars|strict)/' $$i > $(DESTREP4PMS)/$$i; \ -# / cp *.rc $(DESTREP4PMS) install -d $(DESTREP4PMS)/po diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 5954f3113..75e43eea2 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -192,7 +192,7 @@ sub removeFromList($$$) { $end > $list->[$i + 1] and die $err; if ($end == $list->[$i + 1]) { #- the free block is just the same size, removing it - splice(@$list, 0, 2); + splice(@$list, $i, 2); } else { #- the free block now start just after this block $list->[$i] = $end; -- cgit v1.2.1