[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH v3 6/8] build: Print overview of used paths with V=1



Prints an overview of used paths (config file, build dir, libraries,
etc.) with verbose output.

Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
---
 Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Makefile b/Makefile
index de9f456a..9dc87f3c 100644
--- a/Makefile
+++ b/Makefile
@@ -188,6 +188,13 @@ $(if $(wildcard $(E)), \
 endif
 ELIB_DIR := $(realpath $(patsubst %/,%,$(patsubst %.,%,$(ELIB_DIR))))
 
+$(call verbose_info,* Unikraft base:      $(CONFIG_UK_BASE))
+$(call verbose_info,* Configuration:      $(UK_CONFIG))
+$(call verbose_info,* Application base:   $(CONFIG_UK_APP))
+$(call verbose_info,* External platforms: [ $(EPLAT_DIR) ])
+$(call verbose_info,* External libraries: [ $(ELIB_DIR) ])
+$(call verbose_info,* Build output:       $(BUILD_DIR))
+
 # KConfig settings
 
 CONFIG_UK_PLAT        := $(CONFIG_UK_BASE)/plat/
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.