X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=0b59280baa9fdf576b7e7a4ef73ebbda9388c498;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=e9ca26a437d81735dda12fa257e43e1770f5fe40;hpb=bee83872cab0c76877de0d8d93847a03ddb10503;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index e9ca26a43..0b59280ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ EXTRA_DIST = \ PORTING \ README-lisp \ REPORTING-BUGS \ + TODO \ WHY-OVS \ boot.sh \ build-aux/cccl \ @@ -247,7 +248,7 @@ thread-safety-check: @if test -e '$(srcdir)'/.git && (git --version) >/dev/null 2>&1 && \ grep -n -f '$(srcdir)'/build-aux/thread-safety-blacklist \ `git ls-files '$(srcdir)' | grep '\.[ch]$$' \ - | $(EGREP) -v '^datapath|^lib/sflow|^third-party'` \ + | $(EGREP) -v '^datapath|^lib/sflow|^third-party'` /dev/null \ | $(EGREP) -v ':[ ]*/?\*'; \ then \ echo "See above for list of calls to functions that are"; \