diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-13 23:35:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-13 23:35:49 +0000 |
commit | e1ba5a92f68a1ea676b4d673259327ac176b9823 (patch) | |
tree | 9e40f1ac88dff40e9a870636c98c7e8559e971e3 /Makefile.SH | |
parent | 309d43cfc55bda0ed63ab476585dd745cc2cf759 (diff) | |
download | perl-e1ba5a92f68a1ea676b4d673259327ac176b9823.tar.gz |
Remove more t/ trash on target "clean".
p4raw-id: //depot/cfgperl@3985
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 1567e2f18a..6a84c1c15a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -622,7 +622,7 @@ _cleaner: -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \ $(LDLIBPTH) sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \ done - rm -f *.orig */*.orig *~ */*~ core core.perl.*.? core.miniperl.*.? perl.core miniperl.core t/core t/core.perl.*.? t/perl.core t/tmp???? t/c t/perl so_locations t/nonexistent1 $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) + rm -f *.orig */*.orig *~ */*~ core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/tmp* t/Io.dup t/tmon.out t/big t/c t/perl t/nonexistent1 so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) |