summaryrefslogtreecommitdiff
path: root/mk/ccache.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-25 23:28:19 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-25 23:28:19 +0200
commita06bdb479a95ed49e4a58dd75c818086173534ae (patch)
treef3c206aa3daaf3354c185a2297420dd786326d6e /mk/ccache.mk
parent8fe32c17ce90cc6788bb9dfb5ac0e0decedaa5dd (diff)
downloadembtoolkit-a06bdb479a95ed49e4a58dd75c818086173534ae.tar.gz
embtoolkit-a06bdb479a95ed49e4a58dd75c818086173534ae.tar.bz2
embtoolkit-a06bdb479a95ed49e4a58dd75c818086173534ae.tar.xz
Embtk: Make use of J env var for parallel build
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/ccache.mk')
-rw-r--r--mk/ccache.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/mk/ccache.mk b/mk/ccache.mk
index 3857db3..6aa1d63 100644
--- a/mk/ccache.mk
+++ b/mk/ccache.mk
@@ -1,4 +1,4 @@
-#########################################################################################
+################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
#
@@ -14,13 +14,14 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
-#########################################################################################
+################################################################################
#
# \file ccache.mk
-# \brief ccache.mk of Embtoolkit. Here we install ccache to speed up recompilation
+# \brief ccache.mk of Embtoolkit. Here we install ccache to speed up
+# \brief recompilation.
# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# \date May 2009
-#########################################################################################
+################################################################################
CCACHE_VERSION := 2.4
CCACHE_SITE := http://samba.org/ftp/ccache
@@ -41,7 +42,7 @@ ccachehost_install: $(CCACHE_HOST_BUILD_DIR)/.installed
$(CCACHE_HOST_BUILD_DIR)/.installed: ccache_download \
$(CCACHE_HOST_BUILD_DIR)/.decompressed \
$(CCACHE_HOST_BUILD_DIR)/.configured
- $(MAKE) -C $(CCACHE_HOST_BUILD_DIR) && \
+ $(MAKE) -C $(CCACHE_HOST_BUILD_DIR) $(J)
$(MAKE) -C $(CCACHE_HOST_BUILD_DIR) install
@touch $@