Skip to content

Commit

Permalink
Take out abicheck so we can at least see if it fails elsewhere
Browse files Browse the repository at this point in the history
We can not do the abi checks on macOS, it doesn't exist, so it is
something ZOL will have to do for us, each time.

Signed-off-by: Jorgen Lundman <lundman@lundman.net>
  • Loading branch information
lundman committed Jun 23, 2021
1 parent 17afbf5 commit 4fa8c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ SHELLCHECKSCRIPTS = autogen.sh

PHONY += checkabi storeabi
checkabi: lib
$(MAKE) -C lib checkabi
echo $(MAKE) -C lib checkabi

storeabi: lib
$(MAKE) -C lib storeabi
Expand Down

0 comments on commit 4fa8c1c

Please sign in to comment.