From: Paul Green Date: Wed, 20 Feb 2002 12:21:00 +0000 (-0500) Subject: perl/Makefile.SH -- care with question mark X-Git-Tag: accepted/trunk/20130322.191538~27977 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ad994b6e36daff31f875d44d1ce2915fef0e125;p=platform%2Fupstream%2Fperl.git perl/Makefile.SH -- care with question mark Message-Id: <200202201723.MAA24639@mailhub1.stratus.com> p4raw-id: //depot/perl@14794 --- diff --git a/Makefile.SH b/Makefile.SH index 526c2e3..f525bf8 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)