diff options
author | Paul Green <Paul.Green@stratus.com> | 2002-02-20 07:21:00 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-02-20 16:41:56 +0000 |
commit | 2ad994b6e36daff31f875d44d1ce2915fef0e125 (patch) | |
tree | 38f6fb8d0862245e36080b9396ab933a638d7f69 /Makefile.SH | |
parent | 735b914b6122ad8117831a13734ab73e13d1e5bc (diff) | |
download | perl-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.SH | 6 |
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) |