mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
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>
This commit is contained in:
@@ -101,4 +101,4 @@ $(srcdir)/python/ovs/dirs.py: python/ovs/dirs.py.template
|
||||
-e 's,[@]DBDIR[@],/usr/local/etc/openvswitch,g' \
|
||||
< $? > $@.tmp && \
|
||||
mv $@.tmp $@
|
||||
EXTRA_DIST += python/ovs/dirs.py python/ovs/dirs.py.template
|
||||
EXTRA_DIST += python/ovs/dirs.py.template
|
||||
|
Reference in New Issue
Block a user