summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-12 19:44:12 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-12 19:44:12 +0100
commit6a73533bcd908d12a10fe3d62e7f551b1042b351 (patch)
treef1f1655ba575fe127c7994f387707160e2cb79db /mk
parent331bd3be8fbe4d9f007684bbc1167aa8c2c86dc5 (diff)
downloadembtoolkit-6a73533bcd908d12a10fe3d62e7f551b1042b351.tar.gz
embtoolkit-6a73533bcd908d12a10fe3d62e7f551b1042b351.tar.bz2
embtoolkit-6a73533bcd908d12a10fe3d62e7f551b1042b351.tar.xz
Build system: uncomment needed code for internal __embtk_pkg_statedir macro
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-macros/vars.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/pkg-macros/vars.mk b/mk/pkg-macros/vars.mk
index e434244..f0ac3bf 100644
--- a/mk/pkg-macros/vars.mk
+++ b/mk/pkg-macros/vars.mk
@@ -72,7 +72,7 @@ __embtk_pkg_builddir = $(patsubst %/,%,$(strip $($(PKGV)_BUILD_DIR)))
__embtk_pkg_nowipeworkspace = $(strip $($(PKGV)_KEEP_SRC_DIR))
# State dir: where build system stores package states: installed, patched, etc.
__embtk_pkg_x0statedir = $(if $(__embtk_pkg_builddir),$(dir $(__embtk_pkg_builddir)))
-#__embtk_pkg_hoststatedir = $(if $(strip $(wildcard $(embtk_toolsb)/.embtk-$(__embtk_pkg_name)-$(pkgv))),$(embtk_toolsb))
+__embtk_pkg_hoststatedir = $(if $(strip $(wildcard $(embtk_toolsb)/.embtk-$(__embtk_pkg_name)-$(pkgv))),$(embtk_toolsb))
__embtk_pkg_targetstatedir = $(if $(strip $(wildcard $(embtk_pkgb)/.embtk-$(__embtk_pkg_name)-$(pkgv))),$(embtk_pkgb))
__embtk_pkg_gitstatedir = $(dir $(wildcard $(EMBTK_ROOT)/src/*/$(__embtk_pkg_name).git))
__embtk_pkg_svnstatedir = $(dir $(wildcard $(EMBTK_ROOT)/src/*/$(__embtk_pkg_name)*.svn))