[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-195-g62009eb
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-03-09 16:13:06
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 62009eb3023ff6aa7f070bffdcd258d4fba71284 (commit)
from 4d8c097056f0ce71817d94c5fe7ca96bd05b85d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 62009eb3023ff6aa7f070bffdcd258d4fba71284
Author: Eric Jarrige <eri...@ar...>
Date: Sat Mar 9 17:16:29 2013 +0100
[BUILD] use BUILDROOT_DL_DIR (if defined) to avoid multiple download of Buildroot tool
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index a8973f3..cb0ee13 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,11 @@ ARMADEUS_CONFIG_DIR:=$(BUILDROOT_DIR)/configs
BUILDROOT_SOURCE:=buildroot-$(BUILDROOT_VERSION).tar.bz2
#BUILDROOT_DIR is defined in ./Makefile.in
PATCH_DIR = patches
+ifeq ($(BUILDROOT_DL_DIR),)
BUILDROOT_FILE_PATH:=downloads
+else
+BUILDROOT_FILE_PATH:=$(BUILDROOT_DL_DIR)
+endif
TAR_OPTIONS=--exclude=.svn --exclude=.git --exclude=.gitignore --strip-component=1 -xf
BUILDROOT_PATCH_SCRIPT = $(BUILDROOT_DIR)/support/scripts/apply-patches.sh
ARMADEUS_ENV_FILE:=$(ARMADEUS_TOPDIR)/armadeus_env.sh
hooks/post-receive
--
armadeus
|