summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-29 16:53:19 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-29 16:53:19 +0100
commitad4070ddf6dac745fce434a8afbb4c44d2e0915f (patch)
tree017f49da56e7f277b947bb57b2cd8d061657a999 /mk
parent534d1a92a156205e732a2ebd29809356048e86eb (diff)
downloadembtoolkit-ad4070ddf6dac745fce434a8afbb4c44d2e0915f.tar.gz
embtoolkit-ad4070ddf6dac745fce434a8afbb4c44d2e0915f.tar.bz2
embtoolkit-ad4070ddf6dac745fce434a8afbb4c44d2e0915f.tar.xz
Packages: squashfs tools: tweak install a little
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/squashfs.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/mk/squashfs.mk b/mk/squashfs.mk
index c0beffe..45b2a6c 100644
--- a/mk/squashfs.mk
+++ b/mk/squashfs.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -39,8 +39,10 @@ squashfs_tools_install: $(SQUASHFS_TOOLS_DEPS)
$(Q)test -e $(SQUASHFS_TOOLS_BUILD_DIR)/.installed || \
$(MAKE) $(SQUASHFS_TOOLS_BUILD_DIR)/.installed
-$(SQUASHFS_TOOLS_BUILD_DIR)/.installed: download_squashfs_tools \
- $(SQUASHFS_TOOLS_BUILD_DIR)/.decompressed
+$(SQUASHFS_TOOLS_BUILD_DIR)/.installed:
+ $(call embtk_pinfo,"Compile/Install squashFS host tools")
+ $(call embtk_download_pkg,squashfs_tools)
+ $(call embtk_decompress_pkg,squashfs_tools)
$(Q)$(MAKE) -C $(SQUASHFS_TOOLS_BUILD_DIR) \
CC=$(HOSTCC_CACHED) \
CPPFLAGS="-I$(HOSTTOOLS)/usr/include" \
@@ -52,8 +54,5 @@ $(SQUASHFS_TOOLS_BUILD_DIR)/.installed: download_squashfs_tools \
$(Q)install $(SQUASHFS_TOOLS_BUILD_DIR)/unsquashfs $(HOSTTOOLS)/usr/bin
$(Q)touch $@
-$(SQUASHFS_TOOLS_BUILD_DIR)/.decompressed:
- $(call embtk_decompress_pkg,squashfs_tools)
-
squashfs_tools_clean:
$(call embtk_pinfo,"Cleaning squashfs in host ...")