In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dde299c198ff992a9a5a2112bed4e110b4f616a8?hp=8a58bdcf4d2660cff0818d3e1176af18a113c88d>
- Log ----------------------------------------------------------------- commit dde299c198ff992a9a5a2112bed4e110b4f616a8 Author: Florian Ragwitz <[email protected]> Date: Sat Sep 25 13:37:57 2010 +0200 Remove targets depending on the removed emacs/ dir ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 19 +------------------ 1 files changed, 1 insertions(+), 18 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index 813e8c9..fe7326a 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1548,24 +1548,7 @@ Makefile: Makefile.SH ./config.sh distcheck: FORCE perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()' -.PHONY: elc -elc: emacs/cperl-mode.elc - -emacs/cperl-mode.elc: emacs/cperl-mode.el - -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el - -.PHONY: etags ctags tags - -etags: TAGS - -TAGS: emacs/cperl-mode.elc - sh emacs/ptags - -# Let's hope make will not go into an infinite loop on case-unsensitive systems -# This may also fail if . is in the head of the path, since perl will -# require -Ilib -tags: TAGS - perl emacs/e2ctags.pl TAGS > tags +.PHONY: ctags ctags: ctags -f Tags -N --totals --languages=c --langmap=c:+.h --exclude=opmini.c --exclude=perlmini.c *.c *.h -- Perl5 Master Repository
