summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van der Sanden <h.sanden@elsevier.nl>1997-07-25 17:56:14 +1200
committerTim Bunce <Tim.Bunce@ig.co.uk>1998-05-12 08:58:58 +1200
commit6b7383e970f4e07cdea3a62f1d12d79f871c65bb (patch)
tree66fc1a60acb682fc00c0ba4b94cbd28467878a45
parent4ec9372ef8b322596f1c5e9118795fe908fe4ab7 (diff)
downloadperl-6b7383e970f4e07cdea3a62f1d12d79f871c65bb.tar.gz
Reduce rm command line length in pod/Makefile
Subject: [PATCH] Re: mostly OK: perl 5.00404 +MAINT_TRIAL_2 on sun4-solaris :This is a success report for perl from h.sanden@elsevier.nl, :generated with the help of perlbug 1.20 running under perl 5.00404. : :Perl reported to build mostly OK on this system: op/ipc* both failed :under 'make test', but succeeded when run individually. I assume this :failure relates to the problems noted by Jarkko - I don't have time :to investigate this right now. Building the same with DEBUGGING passed all tests (additional configure option '-Dccflags="-g -DDEBUGGING"'). I also note that 'make clean' in ./pod is producing an 'rm' line 2181 characters long: patch below splits the line into 3. (I assume the Makefile isn't generated.) p5p-msgid: 199805041423.QAA13199@dorlas.elsevier.nl
-rw-r--r--pod/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/Makefile b/pod/Makefile
index 7eeabd943b..1101f38e8f 100644
--- a/pod/Makefile
+++ b/pod/Makefile
@@ -238,7 +238,9 @@ toc:
$(PERL) -I../lib pod2latex $*.pod
clean:
- rm -f $(MAN) $(HTML) $(TEX)
+ rm -f $(MAN)
+ rm -f $(HTML)
+ rm -f $(TEX)
rm -f pod2html-*cache
rm -f *.aux *.log