2016-09-14 12:54, Christian Ehrhardt: > On Wed, Sep 14, 2016 at 12:50 PM, Luca Boccassi <lboccass at brocade.com> > wrote: > > > RTE_DEVEL_BUILD is set to := y in mk/rte.vars.mk, which makes it > > impossible to override via an environment variable, and forces users > > to pass it inline in the make call. > > Use ?= instead to have it pick up the environment variable as well. > > > > Cc: <stable at dpdk.org> > > Signed-off-by: Luca Boccassi <lboccass at brocade.com> > > Acked-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
I'm surprised you need to pass it via an environment variable. Applied, thanks