X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=689faff88661c6c2a8f784fbda13f5e21f49875f;hb=refs%2Ftags%2Fsliver-openvswitch-2.2.90-1;hp=382f420e571f1e67de17a08af8d51d741af976e8;hpb=7efa3dccd1968535ae32caf59746aa11ce7532f2;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 382f420e5..689faff88 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 \ @@ -248,7 +249,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"; \