From 17e459c9a5e3c00fd328b40991e476214da18782 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Jul 2002 12:53:14 +0000 Subject: make test_pms should now work (was pb with list_modules.pm) --- perl-install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 1cbeb8133..059417e1a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -39,6 +39,7 @@ $(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