Skip to content

Commit 0b07248

Browse files
gmelikovbehlendorf
authored andcommitted
storeabi: add no-corpus-path flag
Try to minimize diffs. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: George Melikov <[email protected]> Closes #12388
1 parent 273730d commit 0b07248

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/Abigail.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ checkabi:
2525
storeabi:
2626
cd .libs ; \
2727
for lib in $(lib_LTLIBRARIES) ; do \
28-
abidw --no-show-locs $${lib%.la}.so > ../$${lib%.la}.abi ; \
28+
abidw --no-show-locs \
29+
--no-corpus-path \
30+
$${lib%.la}.so > ../$${lib%.la}.abi ; \
2931
done

0 commit comments

Comments
 (0)