[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-44-gd82b96b
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2009-08-28 16:02:31
|
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 d82b96bc12328bcb2a6c93a4d3b51580a868fe23 (commit)
from ab7a57c225790a3e7fc988f86297e4b92223e4b1 (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 d82b96bc12328bcb2a6c93a4d3b51580a868fe23
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 28 18:02:02 2009 +0200
correct error in a previous commit
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 2938bfe..b42e98a 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ $(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 -i 's/BR2_DL_DIR/BR2_DL_DIR=\"\/local\/downloads\" #/g' $(BUILDROOT_DIR)/.defconfig ;
+ 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)
hooks/post-receive
--
armadeus
|