[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-137-gc53ccf9f0
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2019-10-28 17:12:04
|
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 c53ccf9f014f0dc8d1e462b87435530b8d01e86f (commit)
from 73e9a474714ab3fbb7acd1259f0bd153bd906b77 (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 c53ccf9f014f0dc8d1e462b87435530b8d01e86f
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Oct 28 18:11:38 2019 +0100
[BUILD] Fix error in Makefile to better support quiltify with BR2_EXTERNAL
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index cac084637..bc6669b71 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,7 @@ shell_env:
@echo ARMADEUS_BUILDROOT_VERSION=$(BUILDROOT_VERSION) >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_BUILDROOT_PATCH_DIR=$(BUILDROOT_PATCH_DIR) >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_LINUX_DIR=$(ARMADEUS_LINUX_DIR) >> $(ARMADEUS_ENV_FILE)
- @echo "ARMADEUS_LINUX_PATCH_DIR=$(ARMADEUS_LINUX_PATCH_DIR)" >> $(ARMADEUS_ENV_FILE)
+ @echo "ARMADEUS_LINUX_PATCH_DIR=\"$(ARMADEUS_LINUX_PATCH_DIR)\"" >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_LINUX_CONFIG=$(ARMADEUS_LINUX_CONFIG) >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_LINUX_VERSION=$(ARMADEUS_LINUX_VERSION) >> $(ARMADEUS_ENV_FILE)
@echo ARMADEUS_LINUX_MAIN_VERSION=$(ARMADEUS_LINUX_MAIN_VERSION) >> $(ARMADEUS_ENV_FILE)
hooks/post-receive
--
armadeus
|