mbox series

[v3,0/3] Fixes for building examples

Message ID 20190517120231.15898-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Fixes for building examples |

Message

Bruce Richardson May 17, 2019, 12:02 p.m. UTC
  A small set of fixes for building examples, that was previously part of
the larger set, but pulled out separately for easier apply.

V3: changed patch 1, to properly quit processing examples/meson.build
    if the examples list was empty.

Bruce Richardson (3):
  examples: fix install of sample apps if setting not provided
  examples: remove auto-generation of examples list
  examples: fix make clean when using pkg-config for building

 examples/bbdev_app/Makefile             |  2 +-
 examples/bond/Makefile                  |  2 +-
 examples/cmdline/Makefile               |  2 +-
 examples/distributor/Makefile           |  2 +-
 examples/eventdev_pipeline/Makefile     |  2 +-
 examples/exception_path/Makefile        |  2 +-
 examples/fips_validation/Makefile       |  2 +-
 examples/flow_classify/Makefile         |  2 +-
 examples/flow_filtering/Makefile        |  2 +-
 examples/helloworld/Makefile            |  2 +-
 examples/ip_fragmentation/Makefile      |  2 +-
 examples/ip_pipeline/Makefile           |  2 +-
 examples/ip_reassembly/Makefile         |  2 +-
 examples/ipsec-secgw/Makefile           |  2 +-
 examples/ipv4_multicast/Makefile        |  2 +-
 examples/kni/Makefile                   |  2 +-
 examples/l2fwd-cat/Makefile             |  2 +-
 examples/l2fwd-crypto/Makefile          |  2 +-
 examples/l2fwd-jobstats/Makefile        |  2 +-
 examples/l2fwd-keepalive/Makefile       |  2 +-
 examples/l2fwd/Makefile                 |  2 +-
 examples/l3fwd-acl/Makefile             |  2 +-
 examples/l3fwd-power/Makefile           |  2 +-
 examples/l3fwd-vf/Makefile              |  2 +-
 examples/l3fwd/Makefile                 |  2 +-
 examples/link_status_interrupt/Makefile |  2 +-
 examples/load_balancer/Makefile         |  2 +-
 examples/meson.build                    | 35 ++++++++++++++++++++++---
 examples/packet_ordering/Makefile       |  2 +-
 examples/ptpclient/Makefile             |  2 +-
 examples/qos_meter/Makefile             |  2 +-
 examples/qos_sched/Makefile             |  2 +-
 examples/rxtx_callbacks/Makefile        |  2 +-
 examples/service_cores/Makefile         |  2 +-
 examples/skeleton/Makefile              |  2 +-
 examples/tep_termination/Makefile       |  2 +-
 examples/timer/Makefile                 |  2 +-
 examples/vhost/Makefile                 |  2 +-
 examples/vhost_scsi/Makefile            |  2 +-
 examples/vmdq/Makefile                  |  2 +-
 examples/vmdq_dcb/Makefile              |  2 +-
 meson.build                             |  7 +++--
 42 files changed, 75 insertions(+), 47 deletions(-)
  

Comments

Luca Boccassi May 17, 2019, 1:12 p.m. UTC | #1
On Fri, 2019-05-17 at 13:02 +0100, Bruce Richardson wrote:
> A small set of fixes for building examples, that was previously part
> of
> the larger set, but pulled out separately for easier apply.
> 
> V3: changed patch 1, to properly quit processing examples/meson.build
>     if the examples list was empty.
> 
> Bruce Richardson (3):
>   examples: fix install of sample apps if setting not provided
>   examples: remove auto-generation of examples list
>   examples: fix make clean when using pkg-config for building
> 
>  examples/bbdev_app/Makefile             |  2 +-
>  examples/bond/Makefile                  |  2 +-
>  examples/cmdline/Makefile               |  2 +-
>  examples/distributor/Makefile           |  2 +-
>  examples/eventdev_pipeline/Makefile     |  2 +-
>  examples/exception_path/Makefile        |  2 +-
>  examples/fips_validation/Makefile       |  2 +-
>  examples/flow_classify/Makefile         |  2 +-
>  examples/flow_filtering/Makefile        |  2 +-
>  examples/helloworld/Makefile            |  2 +-
>  examples/ip_fragmentation/Makefile      |  2 +-
>  examples/ip_pipeline/Makefile           |  2 +-
>  examples/ip_reassembly/Makefile         |  2 +-
>  examples/ipsec-secgw/Makefile           |  2 +-
>  examples/ipv4_multicast/Makefile        |  2 +-
>  examples/kni/Makefile                   |  2 +-
>  examples/l2fwd-cat/Makefile             |  2 +-
>  examples/l2fwd-crypto/Makefile          |  2 +-
>  examples/l2fwd-jobstats/Makefile        |  2 +-
>  examples/l2fwd-keepalive/Makefile       |  2 +-
>  examples/l2fwd/Makefile                 |  2 +-
>  examples/l3fwd-acl/Makefile             |  2 +-
>  examples/l3fwd-power/Makefile           |  2 +-
>  examples/l3fwd-vf/Makefile              |  2 +-
>  examples/l3fwd/Makefile                 |  2 +-
>  examples/link_status_interrupt/Makefile |  2 +-
>  examples/load_balancer/Makefile         |  2 +-
>  examples/meson.build                    | 35 ++++++++++++++++++++++-
> --
>  examples/packet_ordering/Makefile       |  2 +-
>  examples/ptpclient/Makefile             |  2 +-
>  examples/qos_meter/Makefile             |  2 +-
>  examples/qos_sched/Makefile             |  2 +-
>  examples/rxtx_callbacks/Makefile        |  2 +-
>  examples/service_cores/Makefile         |  2 +-
>  examples/skeleton/Makefile              |  2 +-
>  examples/tep_termination/Makefile       |  2 +-
>  examples/timer/Makefile                 |  2 +-
>  examples/vhost/Makefile                 |  2 +-
>  examples/vhost_scsi/Makefile            |  2 +-
>  examples/vmdq/Makefile                  |  2 +-
>  examples/vmdq_dcb/Makefile              |  2 +-
>  meson.build                             |  7 +++--
>  42 files changed, 75 insertions(+), 47 deletions(-)

Series-acked-by: Luca Boccassi <bluca@debian.org>
  
Thomas Monjalon May 20, 2019, 9:59 p.m. UTC | #2
17/05/2019 15:12, Luca Boccassi:
> On Fri, 2019-05-17 at 13:02 +0100, Bruce Richardson wrote:
> > A small set of fixes for building examples, that was previously part
> > of
> > the larger set, but pulled out separately for easier apply.
> > 
> > V3: changed patch 1, to properly quit processing examples/meson.build
> >     if the examples list was empty.
> > 
> > Bruce Richardson (3):
> >   examples: fix install of sample apps if setting not provided
> >   examples: remove auto-generation of examples list
> >   examples: fix make clean when using pkg-config for building
> 
> Series-acked-by: Luca Boccassi <bluca@debian.org>

Applied, thanks