kopia lustrzana https://gitlab.com/sane-project/backends
make libcheck now also checks for non-static variables.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
e604c72ea0
commit
b3d57b7602
|
@ -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"; \
|
||||
|
|
Ładowanie…
Reference in New Issue