summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-02-05 21:24:34 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-02-05 21:24:34 +0000
commit4612967b70e727d981e2d25157ad29ceb2608c3c (patch)
tree9c704c3daef8570edc75fdea49590fc67b546a88 /Cross
parentb39f0a195534fc828340d35f97a9ff706e2ebe64 (diff)
downloadperl-4612967b70e727d981e2d25157ad29ceb2608c3c.tar.gz
Make makemeta more cognisant and easier to use
Provide -y and -j switches to produce yml or json files, respectively, for use in regen rules and tests The default behaviour is to produce both files. Update release managers' guide to say to regen the META files before generating release tarballs.
Diffstat (limited to 'Cross')
-rw-r--r--Cross/Makefile-cross-SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index 6a0237c83e..18c881d103 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -772,10 +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 META.yml
+ $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta -y
META.json: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
- $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta META.json
+ $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta -j
install-strip:
$(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"