summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-02 17:06:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-02 17:06:11 +0000
commitd135fab3069bc163d48dc560f87beebb3680318d (patch)
treef25ae858ab1bcd5c7485de53a0577ee380d62ef8 /perl-install/Makefile
parent6343e9e9084cdbf1a0e887ca5bd95aaa84cc10a4 (diff)
downloaddrakx-backup-do-not-use-d135fab3069bc163d48dc560f87beebb3680318d.tar
drakx-backup-do-not-use-d135fab3069bc163d48dc560f87beebb3680318d.tar.gz
drakx-backup-do-not-use-d135fab3069bc163d48dc560f87beebb3680318d.tar.bz2
drakx-backup-do-not-use-d135fab3069bc163d48dc560f87beebb3680318d.tar.xz
drakx-backup-do-not-use-d135fab3069bc163d48dc560f87beebb3680318d.zip
adapt "make test_pms" to new perl_checker
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 5481f076d..1f065cf04 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -12,7 +12,7 @@ OTHERS = $(OTHERDIRS) $(OTHERFILES)
OTHERDIRS = tools/ddcprobe tools/serial_probe
OTHERFILES = tools/rpcinfo-flushed.c
-.PHONY: all $(DIRS) install clean stage2 full_stage2 verify_c
+.PHONY: all $(DIRS) install clean stage2 full_stage2
all: list_modules.pm TAGS $(DIRS)
@@ -44,12 +44,8 @@ $(DIRS):
install -d auto
$(MAKE) -C $@
-test_pms: verify_c
- for i in install2 install_steps_*.pm standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw $$i; done
- for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done
-
-verify_c:
- ./verify_c $(ALLPMS)
+test_pms:
+ perl_checker install2.pm install_steps_gtk.pm install_steps_stdio.pm partition_table/*.pm standalone/{harddrake2,diskdrake,draksec}
%.mo: %.po
msgfmt -o $@ $<