Sat, 18 Jun 2016 22:33:30 -0300
ca-certs: Temporarily remove release prep targets
| share/ca-certs/Makefile.am | file | annotate | diff | comparison | revisions |
--- a/share/ca-certs/Makefile.am Sat Jun 18 20:00:43 2016 -0500 +++ b/share/ca-certs/Makefile.am Sat Jun 18 22:33:30 2016 -0300 @@ -21,17 +21,3 @@ Makefile.mingw \ $(CERTIFICATES) \ $(EXTRA_CERTS) - -.PHONY: mk-ca-bundle.pl -mk-ca-bundle.pl: - curl -o $@ https://raw.githubusercontent.com/curl/curl/HEAD/lib/mk-ca-bundle.pl - chmod +x $@ - -.PHONY: mozilla.pem -mozilla.pem: mk-ca-bundle.pl - ./mk-ca-bundle.pl -u mozilla.pem - -CLEANFILES = \ - certdata.txt \ - mozilla.pem -