[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-42-ga736e12
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2009-08-28 10:36:19
|
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 a736e125f902cda8b16d87ac48130d8cfcbe711a (commit)
from 91f1368bf4a8bcdf1536fcd86e948a7ebda7929d (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 a736e125f902cda8b16d87ac48130d8cfcbe711a
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 28 12:35:55 2009 +0200
[BUILD] Add target to get BR patched sources only: buildroot-patched-sources + simplify buildauto
-----------------------------------------------------------------------
Summary of changes:
Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 9f3fb9f..2938bfe 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,8 @@ $(BUILDROOT_DIR)/.unpacked: $(BUILDROOT_FILE_PATH)/$(BUILDROOT_SOURCE) $(BUILDRO
perl $(BUILDROOT_PATCH_DIR)/add_packages_config_entry.pl buildroot=$(BUILDROOT_DIR)
touch $@
+buildroot-patched-sources: $(BUILDROOT_DIR)/.unpacked
+
$(BUILDROOT_DIR)/.configured: $(BUILDROOT_DIR)/.unpacked
@if [ ! -f $@ ]; then \
$(ECHO_CONFIGURATION_NOT_DEFINED) \
@@ -108,9 +110,8 @@ $(BUILDROOT_DIR)/.configured: $(BUILDROOT_DIR)/.unpacked
# To be called only one time if one wants to make an automatic build
buildauto: $(BUILDROOT_DIR)/.unpacked
- # Be sure that /local/downloads exists if you want to use automated build
- sed -e 's/BR2_DL_DIR/BR2_DL_DIR=\"\/local\/downloads\" #/g' $(BUILDROOT_DIR)/.defconfig > $(BUILDROOT_DIR)/.defconfig_new ; \
- mv -f $(BUILDROOT_DIR)/.defconfig_new $(BUILDROOT_DIR)/.defconfig
+ # ! Be sure that /local/downloads exists if you want to use automated build !
+ sed -e -i 's/BR2_DL_DIR/BR2_DL_DIR=\"\/local\/downloads\" #/g' $(BUILDROOT_DIR)/.defconfig ;
echo "ey" | $(MAKE) -C $(BUILDROOT_DIR) menuconfig
$(MAKE) -C $(BUILDROOT_DIR)
hooks/post-receive
--
armadeus
|