[ovs-git] Open vSwitch: Fix EXTRA_DIST dependence on Automake conditionals. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jun 9 17:11:33 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  9741af797d62aec4cc55d231c093c61e201c8ebe (commit)
      from  c73814a3e6cbdf8c4083ef1d510377e41cb82f6a (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 9741af797d62aec4cc55d231c093c61e201c8ebe
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9741af797d62aec4cc55d231c093c61e201c8ebe
Author: Ben Pfaff <blp at nicira.com>
		
Fix EXTRA_DIST dependence on Automake conditionals.
		
Automake respects conditionals around EXTRA_DIST assignments.  That is, if
COND is not true, then the following will not distribute 'myfile':
    if COND
    EXTRA_DIST += myfile
    endif

See http://article.gmane.org/gmane.comp.sysutils.automake.general/10891
for more information.

This behavior is surprising, at least to me.  But we can work around it:
anything that can ever *potentially* be assigned to noinst_HEADERS is
always distributed.  So this commit eliminates the problem by adding
$(EXTRA_DIST) to noinst_HEADERS.


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

Summary of changes:
 Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list