From ed8a960bb85003cdbc62eccc290f1a39c9a8ad23 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 19 Jan 2023 23:28:14 +0000 Subject: [PATCH] build: Ignore new common/mldrivers in maintainer-check-extra-dist This directory is not distributed in the tarball. Fixes: commit 1a6485001ce7a4b6fea8657e90e90a2cf3cbaec0 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 1b5dd7f0b..d2e4d4c0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -443,6 +443,7 @@ maintainer-check-extra-dist: cd common; git ls-files | sed 's,^,common/,' ) | \ grep -v '^common$$' | \ grep -v '^common/mlcustomize/' | \ + grep -v '^common/mldrivers/' | \ grep -v '^common/mlgettext/' | \ grep -v '^common/mlprogress/' | \ grep -v '^common/mltools/' | \