Mesa (master): build: Rename md5 to checksums as part of .PHONY target

Carl Worth cworth at kemper.freedesktop.org
Wed Sep 3 23:08:44 UTC 2014


Module: Mesa
Branch: master
Commit: 7528f6fd178ef10b7fde8e66c57bec38127471fd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7528f6fd178ef10b7fde8e66c57bec38127471fd

Author: Carl Worth <cworth at cworth.org>
Date:   Tue Aug 26 16:13:14 2014 -0700

build: Rename md5 to checksums as part of .PHONY target

In commit 46d03d37bf3a75e86f9f8ab56c6a939d04f23383 I renamed a Makefile target
from md5 to checksums, (as we switched from MD5 checksums to SHA-256
checksums, so the more general name is more future proof).

But that commit missed one mention of "md5" as a dependency of the .PHONY
target. Rename that here as well.

---

 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index c9aadc8..453e5f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,4 +102,4 @@ checksums: $(ARCHIVES)
 	@-sha256sum $(PACKAGE_NAME).tar.bz2
 	@-sha256sum $(PACKAGE_NAME).zip
 
-.PHONY: tarballs md5
+.PHONY: tarballs checksums




More information about the mesa-commit mailing list