[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-96-gcde66b09d
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-07-10 14:08:51
|
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 cde66b09d6dadc15c8e3aec881c6135ea126041b (commit)
from 8de304b612a44d32b58ef55d3d5a7eed54e96798 (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 cde66b09d6dadc15c8e3aec881c6135ea126041b
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jul 10 16:04:46 2019 +0200
[BSP] Makefile: use BUILDROOT_OUTPUT_DIR in clean target
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 782996a69..6f0474432 100644
--- a/Makefile
+++ b/Makefile
@@ -188,11 +188,11 @@ clean:
@echo "Are you sure you want to delete all generated files (toolchain, kernel & Co) ?"
@echo " Ctrl+c to stop now"
@read answer
- rm -rf $(BUILDROOT_DIR)/output
+ rm -rf $(BUILDROOT_OUTPUT_DIR)
rm -f $(ARMADEUS_ENV_FILE)
buildroot-dirclean:
- rm -rf $(BUILDROOT_DIR)
+ rm -rf $(BUILDROOT_DIR)
# Generate shell's most useful variables:
shell_env:
hooks/post-receive
--
armadeus
|