summaryrefslogtreecommitdiff
path: root/ovsdb
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-06-10 09:04:23 -0700
committerBen Pfaff <blp@nicira.com>2015-06-23 11:08:52 -0700
commitab70cd304210ef226fe7fc98e8fb322ec8040594 (patch)
treecd8de7ccdb5dc9294b050715ca07a769d0caef1a /ovsdb
parente23812fc60afd7d4708c5e1fae72c0539a90b8ce (diff)
downloadopenvswitch-ab70cd304210ef226fe7fc98e8fb322ec8040594.tar.gz
Makefiles: Stop distributing files because building them requires Python.
A long time ago, the Open vSwitch build did not depend on Python (whereas the runtime did), so the "make dist" based distribution included the results of Python build tools. Later, the build began using Python, but the distribution still included some of those results, because no one had gone to the trouble of changing them. This commit changes the Makefiles not to distribute Python-generated files but instead to just generate them at build time. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ovsdb')
-rw-r--r--ovsdb/automake.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk
index cc3e656dc..de7c5e0db 100644
--- a/ovsdb/automake.mk
+++ b/ovsdb/automake.mk
@@ -83,7 +83,6 @@ OVSDB_IDLC = $(run_python) $(srcdir)/ovsdb/ovsdb-idlc.in
.ovsidl.h:
$(AM_V_GEN)$(OVSDB_IDLC) c-idl-header $< > $@.tmp && mv $@.tmp $@
-EXTRA_DIST += $(OVSIDL_BUILT)
BUILT_SOURCES += $(OVSIDL_BUILT)
# This must be done late: macros in targets are expanded when the