diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-25 00:17:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-25 00:17:53 +0000 |
commit | e2bade80ab299fb4a9c08fa52e9a2dca32adff84 (patch) | |
tree | b83a58bc134b11114ff98a3d7821bbe3521893c1 /Makefile.SH | |
parent | e520a73ce552ff0fdd3eac95f75c7a550009b637 (diff) | |
download | perl-e2bade80ab299fb4a9c08fa52e9a2dca32adff84.tar.gz |
Remove NFS temp files and Configure temp C files.
p4raw-id: //depot/cfgperl@5249
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 c4098eb80f..bfb5610195 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -690,7 +690,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.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/tmp* t/c t/perl so_locations $(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/c t/perl so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) .nfs* .*.c rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) |