[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-359-g301f555
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2011-02-23 13:15:27
|
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 301f5550a43101957e80424f216bb9f77cf07052 (commit)
from d7f962b32c27e2fa832f415bcbdacaa1842bd75a (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 301f5550a43101957e80424f216bb9f77cf07052
Author: Jeremie Scheer <jer...@ar...>
Date: Wed Feb 23 14:14:55 2011 +0100
[BUILDROOT] [2010.05] Run same command as for old BR in linux26-clean target.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 31b0e6a..ac452d6 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ linux26: $(BUILDROOT_DIR)/.configured
@$(MAKE) -C $(BUILDROOT_DIR) linux26
linux26-clean: $(BUILDROOT_DIR)/.configured
-ifeq ($(BUILDROOT_VERSION),20081103)
+ifneq (,$(filter $(BUILDROOT_VERSION),20081103 2010.05))
@$(MAKE) -C $(BUILDROOT_DIR) linux26clean
else
@$(MAKE) -C $(BUILDROOT_DIR) linux26-clean
hooks/post-receive
--
armadeus
|