diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 13:20:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 13:20:52 +0000 |
commit | 7eec48f91351bb247288bc3599ca568ddb2d01e6 (patch) | |
tree | 37f442af8352edb5c9e7630b54972dc611332ca9 /perl-install | |
parent | 336b4d82820b0726ec0336a5d23fb0e8eadeb8ff (diff) | |
download | drakx-backup-do-not-use-7eec48f91351bb247288bc3599ca568ddb2d01e6.tar drakx-backup-do-not-use-7eec48f91351bb247288bc3599ca568ddb2d01e6.tar.gz drakx-backup-do-not-use-7eec48f91351bb247288bc3599ca568ddb2d01e6.tar.bz2 drakx-backup-do-not-use-7eec48f91351bb247288bc3599ca568ddb2d01e6.tar.xz drakx-backup-do-not-use-7eec48f91351bb247288bc3599ca568ddb2d01e6.zip |
create the list_modules symlink
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |