From e21ecfc5635e6fe8a53bf5297698f34cc8eaebd2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 28 Aug 2009 16:03:06 +0200 Subject: [PATCH] tdb: add a target "abi_checks" to tdb. Simply run "make abi_checks" to call the abi check script appropriately. Michael --- lib/tdb/tdb.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/tdb/tdb.mk b/lib/tdb/tdb.mk index b786bdbf540..11b1cd486de 100644 --- a/lib/tdb/tdb.mk +++ b/lib/tdb/tdb.mk @@ -29,6 +29,10 @@ bin/tdbbackup$(EXEEXT): tools/tdbbackup.o $(TDB_LIB) test:: bin/tdbtorture$(EXEEXT) $(TDB_SONAME) $(LIB_PATH_VAR)=. bin/tdbtorture$(EXEEXT) +abi_checks:: + @echo ABI checks: + @./script/abi_checks.sh tdb include/tdb.h + clean:: rm -f test.db test.tdb torture.tdb test.gdbm rm -f $(TDB_SONAME) $(TDB_SOLIB) $(TDB_STLIB) libtdb.$(SHLIBEXT) -- 2.34.1