perl/Makefile.SH -- care with question mark
authorPaul Green <Paul.Green@stratus.com>
Wed, 20 Feb 2002 12:21:00 +0000 (07:21 -0500)
committerAbhijit Menon-Sen <ams@wiw.org>
Wed, 20 Feb 2002 16:41:56 +0000 (16:41 +0000)
   Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>

p4raw-id: //depot/perl@14794

Makefile.SH

index 526c2e3..f525bf8 100644 (file)
@@ -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)