[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 03/03: Exclude ChangeLog from assert-no-store-file-names
From: |
Andy Wingo |
Subject: |
[Guile-commits] 03/03: Exclude ChangeLog from assert-no-store-file-names distcheck rule |
Date: |
Fri, 11 Feb 2022 02:38:04 -0500 (EST) |
wingo pushed a commit to branch main
in repository guile.
commit e734a6a607b3f25c36c9282489a9cc7c6b7e4162
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Feb 10 21:40:43 2022 +0100
Exclude ChangeLog from assert-no-store-file-names distcheck rule
* Makefile.am (assert-no-store-file-names): Remove ChangeLog.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 399946e4b..3701a12f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 ;
\