[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-703-g2b0a9ac
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2015-04-16 12:09:47
|
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 2b0a9ac7d55d6202fa9652bc67981e520e5b1fc4 (commit)
from 6317cf39f01867507fa060f1569d2525b27f9d4b (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 2b0a9ac7d55d6202fa9652bc67981e520e5b1fc4
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Thu Apr 16 14:11:48 2015 +0200
Makefile.in: fix 'always download buildroot archive' by suppressing potential double quote in ARMADEUS_DL_DIR
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 241db53..f346531 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,6 +21,7 @@ else
ARMADEUS_DL_DIR := $(shell grep "BR2_DL_DIR=" $(BUILDROOT_DIR)/.config 2>/dev/null | cut -d = -f 2 | sed 's;$$(BASE_DIR);$(BUILDROOT_DIR);')
endif
endif
+ARMADEUS_DL_DIR:=$(shell echo $(ARMADEUS_DL_DIR))
-include $(BUILDROOT_DIR)/.config
# avoid to lost env variable because .config contains BR2_DL_DIR
hooks/post-receive
--
armadeus
|