summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-02-20 07:21:00 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-02-20 16:41:56 +0000
commit2ad994b6e36daff31f875d44d1ce2915fef0e125 (patch)
tree38f6fb8d0862245e36080b9396ab933a638d7f69 /Makefile.SH
parent735b914b6122ad8117831a13734ab73e13d1e5bc (diff)
downloadperl-2ad994b6e36daff31f875d44d1ce2915fef0e125.tar.gz
perl/Makefile.SH -- care with question mark
Message-Id: <200202201723.MAA24639@mailhub1.stratus.com> p4raw-id: //depot/perl@14794
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 526c2e3a20..f525bf8c76 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -912,8 +912,12 @@ _cleaner1:
$(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
done
+# Some systems do not support "?", so keep these files separate.
_cleaner2:
- rm -f core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
+ -rm -f core.*perl.*.? t/core.perl.*.? .?*.c
+ rm -f core *perl.core t/core t/*perl.core
+ rm -f t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests
+ rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
rm -rf $(addedbyconf)
rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
rm -f $(private)