diff options
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |