summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-12 20:07:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-12 20:07:53 +0100
commitd2ec860532a0a1b22a509835f10ea7751517251f (patch)
treea7138fc1109685fdb2580d89d18831effcd4d89d /mk
parentd52b99cdca2ee7ded473cb0796b1ba85215aba27 (diff)
downloadembtoolkit-d2ec860532a0a1b22a509835f10ea7751517251f.tar.gz
embtoolkit-d2ec860532a0a1b22a509835f10ea7751517251f.tar.bz2
embtoolkit-d2ec860532a0a1b22a509835f10ea7751517251f.tar.xz
Build system internals: fix .decompressed, .patched state files
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-macros/install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkg-macros/install.mk b/mk/pkg-macros/install.mk
index e65c5da..8938f69 100644
--- a/mk/pkg-macros/install.mk
+++ b/mk/pkg-macros/install.mk
@@ -37,8 +37,8 @@ MAKE = $(__embtk_make_env) $(__embtk_pkg_scanbuild) $(__embtk_make_cmd)
# Some embtoolkit internal files for packages
-__embtk_pkg_dotdecompressed_f = $(__embtk_pkg_srcdir)/embtk.decompressed
-__embtk_pkg_dotpatched_f = $(__embtk_pkg_srcdir)/embtk.patched
+__embtk_pkg_dotdecompressed_f = $(__embtk_pkg_srcdir)/.embtk.decompressed
+__embtk_pkg_dotpatched_f = $(__embtk_pkg_srcdir)/.embtk.patched
__embtk_pkg_dotconfigured_f = $(__embtk_pkg_statedir)/.$(__embtk_pkg_name).embtk.configured
__embtk_pkg_dotinstalled_f = $(__embtk_pkg_statedir)/.$(__embtk_pkg_name).embtk.installed
__embtk_pkg_dotkconfig_f = $(__embtk_pkg_statedir)/.$(__embtk_pkg_name).embtk.kconfig