makefile: Remove obsolete copy operations 25/13425/1
authorMartin Klozik <martinx.klozik@intel.com>
Fri, 29 Apr 2016 08:20:22 +0000 (09:20 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Fri, 29 Apr 2016 08:21:14 +0000 (09:21 +0100)
commitcb768e4ea7b3d55c6e0add653b67270eefcdd2b5
tree32f08c1bfe3f46dad64f3bcd16da78c1a3578c9b
parenteca9105cac5d465dfacf162200e09599c8b98c4b
makefile: Remove obsolete copy operations

In the past DPDK, OVS and QEMU were copied and compiled for all
three OVS configurations, i.e. Vanilla OVS, OVS+DPDK with vHost Cuse
and OVS+DPK with vHost User. Later compilation of QEMU was triggered
just once and DPDK compilation was removed from OVS Vanilla dir.
However source code was still copied to all directories. Unnecessary
copy operations were removed.

Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
src/dpdk/Makefile
src/qemu/Makefile