This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Makefile to regen META.yml as it regens other files in regen_all
authorJesse Vincent <jesse@bestpractical.com>
Sun, 4 Jul 2010 15:44:03 +0000 (11:44 -0400)
committerJesse Vincent <jesse@bestpractical.com>
Sun, 4 Jul 2010 20:43:40 +0000 (21:43 +0100)
Makefile.SH

index d3ff672..f86eab2 100644 (file)
@@ -1037,9 +1037,6 @@ extras.install: $(PERL_EXE)
 .PHONY: install install-strip install-all install-verbose install-silent \
        no-install install.perl install.man install.html
 
-META.yml:      Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
-       PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta
-
 install-strip:
        $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"
 
@@ -1139,7 +1136,13 @@ regen:   FORCE
 regen_headers: FORCE
        -perl regen.pl -v
 
-regen_all: regen
+regen_meta:  META.yml
+
+META.yml:   FORCE
+       PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta
+
+
+regen_all: regen regen_meta
 
 .PHONY:        manisort manicheck