]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tools: stop checkmans.sh validating libtool builds
authorSami Kerola <kerolasa@iki.fi>
Tue, 4 Aug 2015 20:36:05 +0000 (21:36 +0100)
committerSami Kerola <kerolasa@iki.fi>
Fri, 7 Aug 2015 20:34:42 +0000 (21:34 +0100)
The checkmans.sh tried to validate shared libraries, such as
./.libs/libsmartcols.so.1, causing the check output to a have
lot of pointless garbage.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
tools/checkmans.sh

index 618f8ba887eb5c42366c7e048897c84ff0fab128..9a137780ca5135780ca11a757643a156c0bbc010 100755 (executable)
@@ -70,7 +70,7 @@ remove_repeats()
 cd $(git rev-parse --show-toplevel)
 
 for I in $(
-       find -path './autom4te.cache' -prune -o -name '*[[:alpha:]].[1-8]' -print
+       find -path './autom4te.cache' -prune -o -path './.libs' -prune -o -name '*[[:alpha:]].[1-8]' -print
 ); do
        MAN_FILE=${I##*/}
        MAN_LIST[${MAN_FILE%%.[0-9]}]=1