[ovs-git] Open vSwitch: datapath: Add missing targets to avoid failure on e.g. "make TAGS". (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jul 27 00:08:37 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  13b630579b8b7c67356f46b963e1256d66db0abc (commit)
      from  0ab14c8e284b7c5c68aff1ccc6795a1d4b58bd49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 13b630579b8b7c67356f46b963e1256d66db0abc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=13b630579b8b7c67356f46b963e1256d66db0abc
Author: Ben Pfaff <blp at nicira.com>
		
datapath: Add missing targets to avoid failure on e.g. "make TAGS".
		
Automake invokes a number of targets recursively, including in
datapath/linux, so we need to define all those targets or get an error
from "make" when those targets are invoked, e.g. when "make TAGS" is run.
This commit adds a no-op target to the main datapath/linux Makefile for
each recursive target listed in the "Third-Party Makefiles" section of
the Automake manual, in the order listed there, fixing the problem.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/linux/Makefile.main.in |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list