diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-12 21:46:18 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-13 08:26:06 +0100 |
commit | 6e2cec711386bcf54fa61d6f91366e532eafcfc6 (patch) | |
tree | a9bd11c5294441a811c7f281a009582ad0272428 /win32/makefile.mk | |
parent | ad60556f60f5cb4d2ed50c55b502e1fb6e4c8e41 (diff) | |
download | perl-6e2cec711386bcf54fa61d6f91366e532eafcfc6.tar.gz |
Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 14 |
1 files changed, 3 insertions, 11 deletions
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. |