From 7eec48f91351bb247288bc3599ca568ddb2d01e6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Jul 2002 13:20:52 +0000 Subject: create the list_modules symlink --- perl-install/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 059417e1a..6f0ba6759 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -14,7 +14,10 @@ OTHERFILES = tools/rpcinfo-flushed.c .PHONY: all $(DIRS) install clean stage2 full_stage2 verify_c -all: TAGS $(DIRS) +all: list_modules.pm TAGS $(DIRS) + +list_modules.pm: + ln -sf ../kernel/list_modules.pm TAGS: $(ALLPMS) etags -o - $^ /usr/lib/perl5/site_perl/*/MDK/Common/*.pm | ./perl2etags > $@ @@ -39,7 +42,6 @@ $(DIRS): $(MAKE) -C $@ test_pms: verify_c - ln -sf ../kernel/list_modules.pm for i in install2 install_steps_*.pm standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excludehelp -excluderesize_fat::c_rewritten -excludeMDK::Common::Globals -excludeCGI -excludestandalone -excludeurpm $$i; done for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done -- cgit v1.2.1