summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-01-26 12:46:44 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-02-02 13:41:23 +0000
commitbfc0a3e7042c488530b56956cb61c2000b4e0efa (patch)
tree31e20ff77abc959dc407fb3f0ecfc6374e49ad03 /Cross
parentba9b1d719d13422abb21d059bd732a760a184388 (diff)
downloadperl-bfc0a3e7042c488530b56956cb61c2000b4e0efa.tar.gz
Teach makemeta to use CPAN::Meta to generate both META.json and META.yml
Diffstat (limited to 'Cross')
-rw-r--r--Cross/Makefile-cross-SH5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index 630774256a..6a0237c83e 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -772,7 +772,10 @@ extras.install: perl$(EXE_EXT)
no-install install.perl install.man install.html
META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
- $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta
+ $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta META.yml
+
+META.json: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
+ $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta META.json
install-strip:
$(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"