Skip to content

Commit

Permalink
distclean: Fix ovs-vtep and docker drivers.
Browse files Browse the repository at this point in the history
Commit b49a959 ("Use @python@ directly instead of "#! /usr/bin/env"")
broke distclean, as it doesn't clean up the generated python scripts
after building. Fix by adding the new script files to CLEANFILES.

Fixes: b49a959 ("Use @python@ directly instead of "#! /usr/bin/env"")
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
joestringer committed Jun 22, 2017
1 parent a9fedc7 commit c349e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ovn/utilities/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ EXTRA_DIST += \

CLEANFILES += \
ovn/utilities/ovn-ctl.8 \
ovn/utilities/ovn-docker-overlay-driver \
ovn/utilities/ovn-docker-underlay-driver \
ovn/utilities/ovn-nbctl.8 \
ovn/utilities/ovn-sbctl.8 \
ovn/utilities/ovn-trace.8 \
Expand Down
1 change: 1 addition & 0 deletions vtep/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ scripts_SCRIPTS += \
vtep/ovs-vtep

EXTRA_DIST += vtep/ovs-vtep.in
CLEANFILES += vtep/ovs-vtep

FLAKE8_PYFILES += vtep/ovs-vtep

Expand Down

0 comments on commit c349e4a

Please sign in to comment.