X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=9cad47b72069ab2cafb68257766c1d9b07f19cdd;hb=aa319503aa099030d4e4796710b0ebace8907f2b;hp=6615fd66e1d70111224e860080292b11343047eb;hpb=8f3485515becfc2dea7b788e15a448b36cee58b0;p=openvswitch diff --git a/Makefile.am b/Makefile.am index 6615fd66..9cad47b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ EXTRA_DIST = \ CodingStyle \ DESIGN \ FAQ \ + INSTALL \ INSTALL.KVM \ INSTALL.Libvirt \ - INSTALL.Linux \ INSTALL.RHEL \ INSTALL.SSL \ INSTALL.XenServer \ @@ -133,6 +133,11 @@ CLEAN_LOCAL += clean-pycov # If we're checked out from a Git repository, make sure that every # file that is in Git is distributed. +# +# We only enable this check when GNU make is in use because the +# Makefile in datapath/linux, needed to get the list of files to +# distribute, requires GNU make extensions. +if GNU_MAKE ALL_LOCAL += dist-hook-git dist-hook-git: distfiles @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \ @@ -148,7 +153,6 @@ dist-hook-git: distfiles exit 1; \ fi; \ fi -.PHONY: dist-hook-git CLEANFILES += all-distfiles all-gitfiles missing-distfiles # The following is based on commands for the Automake "distdir" target. distfiles: Makefile @@ -159,6 +163,8 @@ distfiles: Makefile sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | sort -u > $@ CLEANFILES += distfiles +endif +.PHONY: dist-hook-git # Check that "struct vlog_ratelimit" is always declared "static". ALL_LOCAL += rate-limit-check