[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-166-gad4872563
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2020-02-27 09:09:50
|
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 ad4872563f721864d523a5853403e6381c81577e (commit)
from b10c39cf319be6bf04b78ab04ac11a7ba61f8db5 (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 ad4872563f721864d523a5853403e6381c81577e
Author: Fabien Marteau <fab...@ar...>
Date: Wed Feb 26 14:58:45 2020 +0100
[BUILD] Group available configurations by family in help message
-----------------------------------------------------------------------
Summary of changes:
Makefile | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 907dda8b1..e425c8438 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,22 @@ ECHO_CONFIGURATION_NOT_DEFINED:= echo -en "\033[1m"; \
echo " "; \
echo " System not configured. Use make <board>_defconfig " >&2; \
echo " armadeus valid configurations are: " >&2; \
- echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "[apo][fp][fso]*_defconfig" | sed 's/.*\///');\
+ echo " apf27: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "apf27*_defconfig" | sed 's/.*\///');\
+ echo " apf51: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "apf51*_defconfig" | sed 's/.*\///');\
+ echo " apf28: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "apf28*_defconfig" | sed 's/.*\///');\
+ echo " pps: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "pps*_defconfig" | sed 's/.*\///');\
+ echo " apf6: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "apf6*_defconfig" | sed 's/.*\///');\
+ echo " opos6ul: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "opos6ul*_defconfig" | sed 's/.*\///' | sed 's/opos6ulnano.*/ /g' | sed 's/opos6ulsp.*//g');\
+ echo " opos6ulnano: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "opos6ulnano*_defconfig" | sed 's/.*\///');\
+ echo " opos6ulsp: " >&2; \
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "opos6ulsp*_defconfig" | sed 's/.*\///');\
echo " "; \
echo -en "\033[0m";
hooks/post-receive
--
armadeus
|