[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2588-g16407dc
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-11-29 15:04:37
|
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 16407dce439cc9d4223edacfae98f2cad84b6e05 (commit)
from 38f148fee693245b251eda8db7d6697627564a16 (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 16407dce439cc9d4223edacfae98f2cad84b6e05
Author: Fabien Marteau <fab...@ar...>
Date: Tue Nov 29 16:03:53 2011 +0100
[buildroot][package][straton] adding some comments under straton makefile
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/straton/straton.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/buildroot/package/armadeus/straton/straton.mk b/buildroot/package/armadeus/straton/straton.mk
index 8b499e5..84cf569 100644
--- a/buildroot/package/armadeus/straton/straton.mk
+++ b/buildroot/package/armadeus/straton/straton.mk
@@ -20,7 +20,7 @@ endef
define STRATON_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(STRATON_DIR)/bin/t5hmi $(TARGET_DIR)/usr/bin/$(STRATON_BIN_NAME)
endef
-endif
+endif # STRATON_DEV
# STRATON BIN
ifeq ($(BR2_PACKAGE_STRATON_BIN),y)
@@ -32,7 +32,7 @@ define STRATON_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(STRATON_DIR)/straton $(TARGET_DIR)/usr/bin/$(STRATON_BIN_NAME)
endef
-endif
+endif # STRATON_BIN
# STRATON DEMO
ifeq ($(BR2_PACKAGE_STRATON_DEMO),y)
@@ -42,6 +42,7 @@ STRATON_SOURCE=straton_demo-$(STRATON_VERSION).tar.gz
define STRATON_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(STRATON_DIR)/straton $(TARGET_DIR)/usr/bin/$(STRATON_BIN_NAME)
endef
-endif
+
+endif # STRATON_BIN
$(eval $(call GENTARGETS,package,straton))
hooks/post-receive
--
armadeus
|