Skip to content

Commit

Permalink
storeabi: add no-corpus-path flag
Browse files Browse the repository at this point in the history
Try to minimize diffs.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes openzfs#12388
  • Loading branch information
gmelikov authored and behlendorf committed Jul 26, 2021
1 parent 273730d commit 0b07248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/Abigail.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ checkabi:
storeabi:
cd .libs ; \
for lib in $(lib_LTLIBRARIES) ; do \
abidw --no-show-locs $${lib%.la}.so > ../$${lib%.la}.abi ; \
abidw --no-show-locs \
--no-corpus-path \
$${lib%.la}.so > ../$${lib%.la}.abi ; \
done

0 comments on commit 0b07248

Please sign in to comment.