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 /Cross/Makefile-cross-SH | |
parent | ad60556f60f5cb4d2ed50c55b502e1fb6e4c8e41 (diff) | |
download | perl-6e2cec711386bcf54fa61d6f91366e532eafcfc6.tar.gz |
Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.
Diffstat (limited to 'Cross/Makefile-cross-SH')
-rwxr-xr-x | Cross/Makefile-cross-SH | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index d5bbef58e3..1dc91a3c6b 100755 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -945,19 +945,18 @@ printconfig: .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \ realclean _realcleaner clobber _clobber \ - distclean veryclean _verycleaner \ - cleanup_unpacked_files unpack_files + distclean veryclean _verycleaner -clean: cleanup_unpacked_files _tidy _mopup +clean: _tidy _mopup -realclean: cleanup_unpacked_files _realcleaner _mopup +realclean: _realcleaner _mopup @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh" _clobber: -@rm -f Cross/run-* Cross/to-* Cross/from-* rm -f config.sh cppstdin Policy.sh extras.lst -clobber: cleanup_unpacked_files _realcleaner _mopup _clobber +clobber: _realcleaner _mopup _clobber distclean: clobber @@ -1093,7 +1092,7 @@ makedepend: makedepend.SH config.sh TESTFILE=TEST -_test_prep: unpack_files +_test_prep: cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) $(PERL)$(EXE_EXT)) # Architecture-neutral stuff: @@ -1109,12 +1108,6 @@ _test_tty: _test_notty: cd t && $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS) -unpack_files: - $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -u -m - -cleanup_unpacked_files: - -@test ! -f ./miniperl$(EXE_EXT) || $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -c - # The second branch is for testing without a tty or controlling terminal, # see t/op/stat.t _test: |