[ovs-dev] [PATCH] Add a few OVN files as part of DISTCLEANFILES.

Gurucharan Shetty shettyg at nicira.com
Tue Jun 23 16:38:29 UTC 2015


Thank you Russell and Ian.
I applied this to master.

On Tue, Jun 23, 2015 at 9:30 AM, Stokes, Ian <ian.stokes at intel.com> wrote:
>
>
>> -----Original Message-----
>> From: Gurucharan Shetty [mailto:shettyg at nicira.com]
>> Sent: Tuesday, June 23, 2015 3:49 PM
>> To: dev at openvswitch.org
>> Cc: Stokes, Ian; Gurucharan Shetty
>> Subject: [PATCH] Add a few OVN files as part of DISTCLEANFILES.
>>
>> Reported-by: Ian Stokes <ian.stokes at intel.com>
>> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
>> ---
>>  ovn/automake.mk            |    1 +
>>  ovn/controller/automake.mk |    1 +
>>  ovn/utilities/automake.mk  |    3 +++
>>  utilities/automake.mk      |    2 ++
>>  4 files changed, 7 insertions(+)
>>
>> diff --git a/ovn/automake.mk b/ovn/automake.mk
>> index 7eb9c1d..ee20ce7 100644
>> --- a/ovn/automake.mk
>> +++ b/ovn/automake.mk
>> @@ -68,6 +68,7 @@ ovn/ovn-nb.5: \
>>
>>  man_MANS += ovn/ovn-architecture.7 ovn/ovn-nbctl.8
>>  EXTRA_DIST += ovn/ovn-architecture.7.xml ovn/ovn-nbctl.8.xml
>> +DISTCLEANFILES += ovn/ovn-nbctl.8 ovn/ovn-architecture.7
>>
>>  SUFFIXES += .xml
>>  %: %.xml
>> diff --git a/ovn/controller/automake.mk b/ovn/controller/automake.mk
>> index 12a3606..25b5f8b 100644
>> --- a/ovn/controller/automake.mk
>> +++ b/ovn/controller/automake.mk
>> @@ -15,3 +15,4 @@ ovn_controller_ovn_controller_SOURCES = \
>>  ovn_controller_ovn_controller_LDADD = ovn/lib/libovn.la
>> lib/libopenvswitch.la
>>  man_MANS += ovn/controller/ovn-controller.8
>>  EXTRA_DIST += ovn/controller/ovn-controller.8.xml
>> +DISTCLEANFILES += ovn/controller/ovn-controller.8
>> diff --git a/ovn/utilities/automake.mk b/ovn/utilities/automake.mk
>> index a55c1ad..1373864 100644
>> --- a/ovn/utilities/automake.mk
>> +++ b/ovn/utilities/automake.mk
>> @@ -7,3 +7,6 @@ man_MANS += \
>>  EXTRA_DIST += \
>>      ovn/utilities/ovn-ctl \
>>      ovn/utilities/ovn-ctl.8.xml
>> +
>> +DISTCLEANFILES += \
>> +    ovn/utilities/ovn-ctl.8
>> diff --git a/utilities/automake.mk b/utilities/automake.mk
>> index 3b43cb4..e7fcf4f 100644
>> --- a/utilities/automake.mk
>> +++ b/utilities/automake.mk
>> @@ -93,6 +93,8 @@ DISTCLEANFILES += \
>>       utilities/ovs-pcap.1 \
>>       utilities/ovs-pki \
>>       utilities/ovs-pki.8 \
>> +     utilities/ovs-sim \
>> +     utilities/ovs-sim.1 \
>>       utilities/ovs-tcpundump \
>>       utilities/ovs-tcpundump.1 \
>>       utilities/ovs-test \
>> --
>> 1.7.9.5
> Thanks for the quick response.
>
> I've tested this and it works as expected now.
>
> Tested-by: Ian Stokes <ian.stokes at intel.com>



More information about the dev mailing list