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:
parent
5319fd38e2
commit
e734a6a607
1 changed files with 1 additions and 1 deletions
|
@ -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 ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue