From 3ace7783656f3e38b6db4e44881959116e581a2b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 3 Aug 2021 17:16:42 +0200 Subject: maintainer-makefile: Print checksums by default. * top/maint.mk (announcement): Drop --no-print-checksums. --- top/maint.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'top') diff --git a/top/maint.mk b/top/maint.mk index 044254bdcb..6a3ea9606f 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1426,7 +1426,6 @@ announcement: NEWS ChangeLog $(rel-files) --bootstrap-tools=$(bootstrap-tools) \ $$(case ,$(bootstrap-tools), in (*,gnulib,*) \ echo --gnulib-version=$(gnulib-version);; esac) \ - --no-print-checksums \ $(addprefix --url-dir=, $(url_dir_list)) .PHONY: release-commit -- cgit v1.2.1