From: Andreas König Date: Fri, 9 May 2003 15:12:05 +0000 (+0200) Subject: Weekend fun: MANIFEST sorting X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1aea71dbe35e5c5838ce1880d0f99d5eba1c26e2;p=p5sagit%2Fp5-mst-13.2.git Weekend fun: MANIFEST sorting Message-ID: (both sorts need LC_ALL=C) (add also manicheck target) p4raw-id: //depot/perl@19458 --- diff --git a/Makefile.SH b/Makefile.SH index d9d6088..173bfec 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -860,6 +860,15 @@ regen_pods: FORCE regen_all: $(PERLYVMS) regen regen_pods +.PHONY: manisort manicheck + +manisort: FORCE + LC_ALL=C sort -fc MANIFEST || (echo "WARNING: re-sorting MANIFEST"; \ + LC_ALL=C sort -fo MANIFEST MANIFEST) + +manicheck: FORCE + perl Porting/manicheck + # Extensions: # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will # automatically get built. There should ordinarily be no need to change