[ovs-git] Open vSwitch: Makefile: Check for undistributed files on every make, not just "make dist". (master)

dev at openvswitch.org dev at openvswitch.org
Mon Dec 13 22:33:44 UTC 2010


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  39376d06ffe60b4352e7d1a6f0a8d3b662d9aa39 (commit)
      from  ee45ad81ab7e9ff6034352b6743985e28fedd649 (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 39376d06ffe60b4352e7d1a6f0a8d3b662d9aa39
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=39376d06ffe60b4352e7d1a6f0a8d3b662d9aa39
Author: Ben Pfaff <blp at nicira.com>
		
Makefile: Check for undistributed files on every make, not just "make dist".
		
It's really easy to add files to the Git repository but forget to add them
to the distributions created by "make dist".  I do this regularly, for
example.  For some time, we've had a check that runs on "make dist" to
make sure that the distribution is complete, but I still screw up because
I don't run "make dist" all that often.

This commit improves the situation, by doing the check on every "make",
instead of just on "make dist".


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

Summary of changes:
 Makefile.am          |   43 ++++++++++++++++++++++++-------------------
 datapath/Makefile.am |   10 ++++++++++
 2 files changed, 34 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list