[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-84-gd0733eedb
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-06-17 12:24: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 d0733eedb049f63f137ff1f1cf8e342922b873d0 (commit)
from 22b6aa88f4aeccf6c2173f36d8d22e7989a3408f (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 d0733eedb049f63f137ff1f1cf8e342922b873d0
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jun 17 14:22:55 2019 +0200
[BSP] Makefile: check if %_defconfig is in $(BR2_EXTERNAL)/configs/
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 192fad0c5..782996a69 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ linux-clean: $(BUILDROOT_DIR)/.configured
@$(MAKE) -C $(BUILDROOT_DIR) linux-clean
%_defconfig: $(BUILDROOT_DIR)/.patched
- @if [ -e "$(ARMADEUS_CONFIG_DIR)/$@" ] || [ -e "$(ARMADEUS_CONFIG_DIR)/$(patsubst %_defconfig,%,$@)/$@" ]; then \
+ @if [ -e "$(ARMADEUS_CONFIG_DIR)/$@" ] || [ -e "$(ARMADEUS_CONFIG_DIR)/$(patsubst %_defconfig,%,$@)/$@" ] || [ -e "$(BR2_EXTERNAL)/configs/$@" ]; then \
rm -f $(BUILDROOT_DIR)/.config ; \
$(MAKE) -C $(BUILDROOT_DIR) $@ ; \
$(MAKE) -C $(BUILDROOT_DIR) menuconfig ; \
hooks/post-receive
--
armadeus
|