[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-417-ga44e08f
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-08-29 11:53:13
|
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 a44e08f33b21a03906e25ec8886a2df1b67562f2 (commit)
from f745726bd0c6f562c64e8591bf45bca8b0c98e82 (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 a44e08f33b21a03906e25ec8886a2df1b67562f2
Author: Eric Jarrige <eri...@ar...>
Date: Thu Aug 29 14:03:42 2013 +0200
[BUILD] fix command for a make apfxx_autoconf
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 3522b52..488b4ea 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ linux26-clean linux-clean: $(BUILDROOT_DIR)/.configured
# for the one who doesn't want config menu:
%_autoconf: $(BUILDROOT_DIR)/.patched
- @if [ -e "$(BUILDROOT_DIR)/target/device/armadeus/$(patsubst %_autoconf,%,$@)/$(patsubst %_autoconf,%,$@)_defconfig" ]; then \
+ @if [ -e "$(BUILDROOT_DIR)/configs/$(patsubst %_autoconf,%,$@)_defconfig" ]; then \
rm -f $(BUILDROOT_DIR)/.config ; \
$(MAKE) -C $(BUILDROOT_DIR) $(patsubst %_autoconf,%,$@)_defconfig ; \
touch $(BUILDROOT_DIR)/.configured ; \
hooks/post-receive
--
armadeus
|