summaryrefslogtreecommitdiff
path: root/win32
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 /win32
parentad60556f60f5cb4d2ed50c55b502e1fb6e4c8e41 (diff)
downloadperl-6e2cec711386bcf54fa61d6f91366e532eafcfc6.tar.gz
Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile14
-rw-r--r--win32/makefile.mk14
2 files changed, 6 insertions, 22 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 66eee96276..9f6fa3d880 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1272,7 +1272,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES)
cd ..\t && \
$(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t
-test-prep : all utils unpack_files
+test-prep : all utils
$(XCOPY) $(PERLEXE) ..\t\$(NULL)
$(XCOPY) $(PERLDLL) ..\t\$(NULL)
$(XCOPY) $(GLOBEXE) ..\t\$(NULL)
@@ -1282,12 +1282,6 @@ test : test-prep
$(PERLEXE) -I..\lib harness $(TEST_SWITCHES) $(TEST_FILES)
cd ..\win32
-unpack_files:
- $(MINIPERL) -I..\lib ..\uupacktool.pl -u -d .. -m
-
-cleanup_unpacked_files:
- -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\uupacktool.pl -c -d .. -m
-
test-reonly : reonly utils
$(XCOPY) $(PERLEXE) ..\t\$(NULL)
$(XCOPY) $(PERLDLL) ..\t\$(NULL)
@@ -1346,11 +1340,9 @@ _clean :
-@$(DEL) *.pdb
-@$(DEL) Extensions_static
-_preclean : cleanup_unpacked_files
-
-clean : _preclean Extensions_clean _clean
+clean : Extensions_clean _clean
-realclean : _preclean Extensions_realclean MakePPPort_clean _clean
+realclean : Extensions_realclean MakePPPort_clean _clean
# Handy way to run perlbug -ok without having to install and run the
# installed perlbug. We don't re-run the tests here - we trust the user.
diff --git a/win32/makefile.mk b/win32/makefile.mk
index b96e5118b0..e9f54ad70d 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1601,13 +1601,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) $(UNIDATAFILES) utils
cd ..\t && \
$(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t
-unpack_files:
- $(MINIPERL) -I..\lib ..\uupacktool.pl -u -d .. -m
-
-cleanup_unpacked_files:
- -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\uupacktool.pl -c -d .. -m
-
-test-prep : all utils unpack_files
+test-prep : all utils
$(XCOPY) $(PERLEXE) ..\t\$(NULL)
$(XCOPY) $(PERLDLL) ..\t\$(NULL)
.IF "$(CCTYPE)" == "BORLAND"
@@ -1678,11 +1672,9 @@ _clean :
-_preclean : cleanup_unpacked_files
-
-clean : _preclean Extensions_clean _clean
+clean : Extensions_clean _clean
-realclean : _preclean Extensions_realclean MakePPPort_clean _clean
+realclean : Extensions_realclean MakePPPort_clean _clean
# Handy way to run perlbug -ok without having to install and run the
# installed perlbug. We don't re-run the tests here - we trust the user.