mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: exclude common/mlv2v from distcheck
It is part of the common submodule but not used in libguestfs, so it is not included in distribution tarballs.
This commit is contained in:
@@ -580,6 +580,7 @@ maintainer-check-extra-dist:
|
||||
( git ls-files ; \
|
||||
cd common; git ls-files | sed 's,^,common/,' ) | \
|
||||
grep -v '^common$$' | \
|
||||
grep -v '^common/mlv2v/' | \
|
||||
grep -v '^intltool-.*\.in' | \
|
||||
grep -v '^\.gitmodules' | \
|
||||
grep -v '^\.gnulib' | \
|
||||
@@ -589,7 +590,7 @@ maintainer-check-extra-dist:
|
||||
cat tmp/comm-out
|
||||
[ ! -s tmp/comm-out ]
|
||||
@echo Checking for generated files missing from the tarball ...
|
||||
@for f in `cat generator/files-generated.txt`; do \
|
||||
@for f in `cat generator/files-generated.txt | grep -v '^common/mlv2v/'`; do \
|
||||
if ! grep -sq "^$$f\$$" tmp/tarfiles; then \
|
||||
echo generated file missing from tarball: $$f; \
|
||||
exit 1; \
|
||||
|
||||
Reference in New Issue
Block a user