X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=689faff88661c6c2a8f784fbda13f5e21f49875f;hb=7d78f21c057ff50a823220d809ac38c3d907243c;hp=a070ef41835bc6fd8300d6ea257d2b007521bd2c;hpb=79f108b14e7944ddc4669e9c03fc34b40a3a2288;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index a070ef418..689faff88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ DISTCLEANFILES = PYCOV_CLEAN_FILES = build-aux/check-structs,cover EXTRA_DIST = \ BUILD.Windows \ + CONTRIBUTING \ CodingStyle \ DESIGN \ FAQ \ @@ -78,7 +79,7 @@ EXTRA_DIST = \ PORTING \ README-lisp \ REPORTING-BUGS \ - SubmittingPatches \ + 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"; \