remove the check-symbols check
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22488 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -123,13 +123,6 @@ check-local::
|
|||||||
echo "$$banner"; \
|
echo "$$banner"; \
|
||||||
echo "$$dashes"; \
|
echo "$$dashes"; \
|
||||||
test "$$failed" -eq 0 || exit 1; \
|
test "$$failed" -eq 0 || exit 1; \
|
||||||
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 .z
|
SUFFIXES += .x .z
|
||||||
|
Reference in New Issue
Block a user