summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-12 19:51:47 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-12 19:51:47 +0100
commitd52b99cdca2ee7ded473cb0796b1ba85215aba27 (patch)
tree2b790ca5d739549a10c7ef871d81948ebb51e652
parentaaa4ef2f19619968a8a8fe844e270e1615ecdf57 (diff)
downloadembtoolkit-d52b99cdca2ee7ded473cb0796b1ba85215aba27.tar.gz
embtoolkit-d52b99cdca2ee7ded473cb0796b1ba85215aba27.tar.bz2
embtoolkit-d52b99cdca2ee7ded473cb0796b1ba85215aba27.tar.xz
Build system internals: do not prefix decompressed, patched state files with pkgname
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-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 68cb227..e65c5da 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_pkg_name).embtk.decompressed
-__embtk_pkg_dotpatched_f = $(__embtk_pkg_srcdir)/.$(__embtk_pkg_name).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