[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-660-g80d8d93
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-03-16 16:50: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 80d8d93f27864c83c844abb6566b6d2cd3a8fd28 (commit)
from 202a59c560efdcd34f66d0e7f0e87ffeec716bd9 (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 80d8d93f27864c83c844abb6566b6d2cd3a8fd28
Author: Julien Boibessot <jul...@ar...>
Date: Mon Mar 16 17:49:38 2015 +0100
[BUILD] Fixes buildauto DL_DIR usage
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 655f659..3d30d2c 100644
--- a/Makefile
+++ b/Makefile
@@ -132,9 +132,7 @@ $(BUILDROOT_DIR)/.configured: $(BUILDROOT_DIR)/.patched
# To be called only one time if one wants to make an automatic build
buildauto: $(BUILDROOT_DIR)/.patched
# ! Be sure that /local/downloads exists if you want to use automated build !
- sed -i -e 's/BR2_DL_DIR/BR2_DL_DIR=\"\/local\/downloads\" #/g' $(BUILDROOT_DIR)/.defconfig ;
- echo "ey" | $(MAKE) -C $(BUILDROOT_DIR) menuconfig
- $(MAKE) -C $(BUILDROOT_DIR)
+ BUILDROOT_DL_DIR=/local/downloads BR2_DL_DIR=/local/downloads $(MAKE) -s -C $(BUILDROOT_DIR)
linux: $(BUILDROOT_DIR)/.configured
@$(MAKE) -C $(BUILDROOT_DIR) linux-rebuild
hooks/post-receive
--
armadeus
|