[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-154-g156e899
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-03-19 11:26:46
|
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 156e8992077fab544f626c2fb10f2517f2c5e0e0 (commit)
from 7902a58ba7e963e15ebde5e5fae24ff0c22ab0cf (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 156e8992077fab544f626c2fb10f2517f2c5e0e0
Author: Julien Boibessot <jul...@ar...>
Date: Mon Mar 19 12:25:28 2012 +0100
[BUILD] Make forced linux rebuild also copy resulting images to output/images/
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 3b61d85..12cbacf 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ ifeq ($(BUILDROOT_VERSION),2011.05)
@-touch $(ARMADEUS_LINUX_DIR)/.config
@$(MAKE) -C $(BUILDROOT_DIR) $@
else
- @rm -f $(ARMADEUS_LINUX_DIR)/.stamp_built
+ @rm -f $(ARMADEUS_LINUX_DIR)/.stamp_built $(ARMADEUS_LINUX_DIR)/.stamp_images_installed
@$(MAKE) -C $(BUILDROOT_DIR) linux
endif
hooks/post-receive
--
armadeus
|