[dpdk-dev] [PATCH v3 0/3] Fixes for building examples

Bruce Richardson bruce.richardson at intel.com
Fri May 17 14:02:28 CEST 2019


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(-)

-- 
2.21.0



More information about the dev mailing list