[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-145-g2f02a62
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-03-15 21:37:02
|
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 2f02a624997a86fe947bc40f842a69c3fa336e0a (commit)
via d2f8fd8cb4dd86cf8e76e8265f0e1e691ec6eea4 (commit)
from ee4261af589d4909987d3e569813c944dcc1ce8c (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 2f02a624997a86fe947bc40f842a69c3fa336e0a
Author: Julien Boibessot <jul...@ar...>
Date: Thu Mar 15 22:36:23 2012 +0100
[BUILD] Add Buildroot version to build infos
commit d2f8fd8cb4dd86cf8e76e8265f0e1e691ec6eea4
Author: Julien Boibessot <jul...@ar...>
Date: Thu Mar 15 22:34:04 2012 +0100
Fixes recent bug in main Makefile preventing quiltify to work corectly
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
scripts/show_build_infos.sh | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index ae1abc8..3b61d85 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ buildroot-dirclean:
# Generate shell's most useful variables:
shell_env:
@echo ARMADEUS_BUILDROOT_DIR=$(BUILDROOT_DIR) > $(ARMADEUS_ENV_FILE)
- @echo ARMADEUS_BUILDROOT_VERSION=$(BUILDROOT_VERSION) > $(ARMADEUS_ENV_FILE)
+ @echo ARMADEUS_BUILDROOT_VERSION=$(BUILDROOT_VERSION) >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_BUILDROOT_PATCH_DIR=$(BUILDROOT_PATCH_DIR) >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_LINUX_DIR=$(ARMADEUS_LINUX_DIR) >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_LINUX_PATCH_DIR=$(ARMADEUS_LINUX_PATCH_DIR) >> $(ARMADEUS_ENV_FILE)
diff --git a/scripts/show_build_infos.sh b/scripts/show_build_infos.sh
index 93964d7..1c6fd8f 100755
--- a/scripts/show_build_infos.sh
+++ b/scripts/show_build_infos.sh
@@ -14,6 +14,7 @@ fi
echo -en "\033[1m"
echo ""
echo "Your Armadeus BSP (version "$ARMADEUS_BSP_VERSION" for "$ARMADEUS_BOARD_NAME") was successfully built !"
+echo " Buildroot: "$ARMADEUS_BUILDROOT_VERSION""
echo " gcc: "$ARMADEUS_GCC_VERSION""
echo " libc: "$ARMADEUS_LIBC_NAME $ARMADEUS_LIBC_VERSION""
echo " busybox: "$ARMADEUS_BUSYBOX_VERSION""
hooks/post-receive
--
armadeus
|