On Thu, 27 Aug 2015, Josh Cartwright wrote: > From: Darren Hart <dvhart@xxxxxxxxxxxxxxx> > > Allow users (build systems) to specify PYLIB. This allows for a > cross-build-system to specify the target PYLIB rather than the host > PYLIB. > > Signed-off-by: Darren Hart <dvhart@xxxxxxxxxxxxxxx> > CC: Clark Williams <williams@xxxxxxxxxx> > CC: John Kacur <jkacur@xxxxxxxxxx> > Signed-off-by: Josh Cartwright <joshc@xxxxxx> > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index a48e759..1ec7f6a 100644 > --- a/Makefile > +++ b/Makefile > @@ -34,7 +34,7 @@ ifdef HAVE_PARSE_CPUSTRING_ALL > endif > endif > > -PYLIB := $(shell python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()') > +PYLIB ?= $(shell python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()') > > ifndef DEBUG > CFLAGS += -O2 > -- > 2.5.0 > Nice. I see Clark has already grabbed this one. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html