[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-155-gc10b3e4
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-03-19 13:53:03
|
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 c10b3e4d29b40e1a9d7f9609c488a8aced8eb87d (commit)
from 156e8992077fab544f626c2fb10f2517f2c5e0e0 (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 c10b3e4d29b40e1a9d7f9609c488a8aced8eb87d
Author: Julien Boibessot <jul...@ar...>
Date: Mon Mar 19 14:52:19 2012 +0100
[BUILD] Factorizes forced linux rebuild by using new BR target
-----------------------------------------------------------------------
Summary of changes:
Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 12cbacf..58b9ff7 100644
--- a/Makefile
+++ b/Makefile
@@ -139,8 +139,7 @@ ifeq ($(BUILDROOT_VERSION),2011.05)
@-touch $(ARMADEUS_LINUX_DIR)/.config
@$(MAKE) -C $(BUILDROOT_DIR) $@
else
- @rm -f $(ARMADEUS_LINUX_DIR)/.stamp_built $(ARMADEUS_LINUX_DIR)/.stamp_images_installed
- @$(MAKE) -C $(BUILDROOT_DIR) linux
+ @$(MAKE) -C $(BUILDROOT_DIR) linux-rebuild
endif
linux26-clean linux-clean: $(BUILDROOT_DIR)/.configured
hooks/post-receive
--
armadeus
|