make libcheck now also checks for non-static variables.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-04-08 17:44:51 +00:00
rodzic e604c72ea0
commit b3d57b7602
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,7 @@ sort-cvsignore:
libcheck:
@echo "Libraries exporting 'illegal' symbols:"
@for lib in backend/.libs/*.a; do \
lines=`nm -g $$lib|grep ' T '|egrep -v ' sane_| sanei_'` ; \
lines=`nm -g $$lib|grep '\( T \)\|\( D \)'|egrep -v ' sane_| sanei_'` ; \
if test -n "$$lines" ; \
then \
echo -e "*** $$lib:\n$$lines"; \