From 212f81ac13b0c2dcc30e03bf3535ba2489b1faa5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Oct 2013 16:00:39 +0100 Subject: update python path --- mk/python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/python.mk b/mk/python.mk index 933bd0065..1ef92e664 100644 --- a/mk/python.mk +++ b/mk/python.mk @@ -1,7 +1,7 @@ PYTHON_VERSION=2.7 ifeq ($(ADK_NATIVE),) PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib -PYTHON:=${STAGING_HOST_DIR}/usr/bin/hostpython +PYTHON:=${STAGING_HOST_DIR}/usr/bin/python else PYTHON_LIBDIR:=/usr/lib PYTHON:=/usr/bin/python -- cgit v1.2.3 From a5e18941597f35dde5681ab76e9b2d2b8ec07786 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 31 Oct 2013 08:50:37 +0100 Subject: avoid rebuild again --- mk/host-bottom.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk index 83eb22b0e..ecab37775 100644 --- a/mk/host-bottom.mk +++ b/mk/host-bottom.mk @@ -79,7 +79,8 @@ endif exec ${MAKE} host-extract $(MAKE_TRACE) mkdir -p ${HOST_WRKINST} # avoid rebuild - touch ${_HOST_BUILD_COOKIE} ${_HOST_CONFIGURE_COOKIE} + touch ${_HOST_CONFIGURE_COOKIE} + touch ${_HOST_BUILD_COOKIE} touch $@ ${_HOST_COOKIE}: -- cgit v1.2.3