diff options
author | Michael Adam <obnox@samba.org> | 2009-08-28 16:03:06 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-08-30 00:51:54 +0200 |
commit | e21ecfc5635e6fe8a53bf5297698f34cc8eaebd2 (patch) | |
tree | 5cba38f3659ed95efff3fe84adb7d4e57853335b /lib | |
parent | 9636e0d373e75cce7063b710227eaaf53f447c1b (diff) | |
download | samba-e21ecfc5635e6fe8a53bf5297698f34cc8eaebd2.tar.gz samba-e21ecfc5635e6fe8a53bf5297698f34cc8eaebd2.tar.bz2 samba-e21ecfc5635e6fe8a53bf5297698f34cc8eaebd2.zip |
tdb: add a target "abi_checks" to tdb.
Simply run "make abi_checks" to call the abi check script appropriately.
Michael
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/tdb.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tdb/tdb.mk b/lib/tdb/tdb.mk index b786bdbf54..11b1cd486d 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) |