[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-702-g6317cf3
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2015-04-16 10:36:03
|
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 6317cf39f01867507fa060f1569d2525b27f9d4b (commit)
from 40e6a9393b352abe4b46ac0cb2934fa7bf2f9df3 (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 6317cf39f01867507fa060f1569d2525b27f9d4b
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Thu Apr 16 12:37:52 2015 +0200
Makefile: fix issue with ARMADEUS_DL_DIR when nor BUILDROOT_DL_DIR nor BR2_DL_DIR defined
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 7153ff9..241db53 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@ else
ifneq ($(BR2_DL_DIR),)
ARMADEUS_DL_DIR := $(BR2_DL_DIR)
else
- ARMADEUS_DL_DIR := $(shell grep "BR2_DL_DIR=" $(BUILDROOT_DIR)/.config 2>/dev/null | cut -d = -f 2 | sed 's;$$(TOPDIR);$(BUILDROOT_DIR);')
+ 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
hooks/post-receive
--
armadeus
|