summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-12 21:46:18 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-13 08:26:06 +0100
commit6e2cec711386bcf54fa61d6f91366e532eafcfc6 (patch)
treea9bd11c5294441a811c7f281a009582ad0272428 /vms
parentad60556f60f5cb4d2ed50c55b502e1fb6e4c8e41 (diff)
downloadperl-6e2cec711386bcf54fa61d6f91366e532eafcfc6.tar.gz
Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template12
1 files changed, 3 insertions, 9 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index c25fd0dfba..135b6545a6 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -1454,21 +1454,15 @@ perly$(O) : perly.c, perly.h, $(h)
[.t.lib]vmsfspec.t : [.vms.ext]filespec.t
Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET)
-unpack_files :
- - $(MINIPERL) uupacktool.pl -u -m
-
-cleanup_unpacked_files :
- - IF F$SEARCH("$(MINIPERL_EXE)") .NES. "" THEN $(MINIPERL) uupacktool.pl -c
-
check : test
@ Continue
-test : all [.t.lib]vmsfspec.t unpack_files
+test : all [.t.lib]vmsfspec.t
@ PERL_TEST_DRIVER == "TEST."
- @[.vms]test.com "$(E)" "$(__DEBUG__)"
@ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.
-test_harness : all [.t.lib]vmsfspec.t unpack_files
+test_harness : all [.t.lib]vmsfspec.t
@ PERL_TEST_DRIVER == "harness."
- @[.vms]test.com "$(E)" "$(__DEBUG__)"
@ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.
@@ -1847,7 +1841,7 @@ tidy : cleanlis
- If F$Search("[.x2p]*.com;-1").nes."" Then Purge/NoConfirm/Log [.x2p]*.com
- If F$Search("[.lib.pods]*.com;-1").nes."" Then Purge/NoConfirm/Log [.lib.pods]*.com
-clean : tidy cleantest cleanup_unpacked_files
+clean : tidy cleantest
- $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--all" "--target=clean"
- If F$Search("*.Opt").nes."" Then Delete/NoConfirm/Log *.Opt;*/Exclude=PerlShr_*.Opt
- If F$Search("[...]*$(O);*") .nes."" Then Delete/NoConfirm/Log [...]*$(O);*