[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-263-g30c0f3326
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2021-06-18 13:49: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 30c0f33262d2e8eb937f0e0c63a35d86d4b0dafa (commit)
from ce2346918b816d354b09e50776b8f0522632e84b (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 30c0f33262d2e8eb937f0e0c63a35d86d4b0dafa
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Jun 18 15:47:32 2021 +0200
[BUILD] create BUILDROOT_OUTPUT_DIR if needed
-----------------------------------------------------------------------
Summary of changes:
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 7f371d2ff..6cb7fa3b5 100644
--- a/Makefile
+++ b/Makefile
@@ -186,6 +186,7 @@ linux-clean: $(BUILDROOT_DIR)/.configured
fi;
all: $(BUILDROOT_DIR)/.configured
+ @mkdir -p $(BUILDROOT_OUTPUT_DIR)
@echo -n `date +%s` > $(BUILDROOT_OUTPUT_DIR)/before.txt
@$(MAKE) -C $(BUILDROOT_DIR) $@
@./scripts/show_build_infos.sh
hooks/post-receive
--
armadeus
|