1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Exclude ChangeLog from assert-no-store-file-names distcheck rule

* Makefile.am (assert-no-store-file-names): Remove ChangeLog.
This commit is contained in:
Andy Wingo 2022-02-10 21:40:43 +01:00
parent 5319fd38e2
commit e734a6a607

View file

@ -114,7 +114,7 @@ gen-ChangeLog:
# name, for maintainers who use Guix.
.PHONY: assert-no-store-file-names
assert-no-store-file-names:
if grep -rE "/gnu/store/[a-z0-9]{32}-" $(distdir) ; \
if grep --exclude=ChangeLog -rE "/gnu/store/[a-z0-9]{32}-" $(distdir) ; \
then \
echo "error: store file names embedded in the distribution" >&2 ; \
exit 1 ; \