forked from igsilya/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ovs-fields.7: Use a more general approach to groff encodings."
This reverts commit 3e45560, which failed on Windows and Mac OS because they use antique pre-2009 versions of groff. Fixes: 3e45560 ("ovs-fields.7: Use a more general approach to groff encodings.") Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -545,6 +545,6 @@ lib/ovs-fields.7: $(srcdir)/build-aux/extract-ofp-fields include/openvswitch/met | |
$(AM_V_GEN)PYTHONIOENCODING=utf8 $(run_python) $< \ | ||
--ovs-version=$(VERSION) ovs-fields \ | ||
$(srcdir)/include/openvswitch/meta-flow.h \ | ||
$(srcdir)/lib/meta-flow.xml | preconv -e utf-8 > $@.tmp | ||
$(srcdir)/lib/meta-flow.xml > $@.tmp | ||
$(AM_V_at)mv [email protected] $@ | ||
EXTRA_DIST += lib/meta-flow.xml |