add CHECK_SYMBOLS tests, so that we don't export to much stuff
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14426 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -110,6 +110,13 @@ check-local::
|
|||||||
echo "$$banner"; \
|
echo "$$banner"; \
|
||||||
echo "$$dashes"; \
|
echo "$$dashes"; \
|
||||||
test "$$failed" -eq 0; \
|
test "$$failed" -eq 0; \
|
||||||
|
fi ; \
|
||||||
|
if test '$(CHECK_SYMBOLS)' != ""; then \
|
||||||
|
echo "$$dashes"; \
|
||||||
|
echo "Checking symbols"; \
|
||||||
|
sh $(top_srcdir)/cf/check-symbols.sh $(CHECK_SYMBOLS) || exit 1; \
|
||||||
|
echo "Passed"; \
|
||||||
|
echo "$$dashes"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SUFFIXES += .x
|
SUFFIXES += .x
|
||||||
|
Reference in New Issue
Block a user