From 89627d6c300f03551d82a672d634ed0217a241a4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 4 Sep 2014 12:35:47 -0600 Subject: Don't copy build scripts for kernel build 'make exports' --- nuttx/Makefile.unix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nuttx/Makefile.unix') diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix index 2d7bb4fca..c3fe360a7 100644 --- a/nuttx/Makefile.unix +++ b/nuttx/Makefile.unix @@ -39,12 +39,19 @@ include $(TOPDIR)/tools/Config.mk -include $(TOPDIR)/Make.defs # Control build verbosity +# +# V=1,2: Enable echo of commands +# V=2: Enable bug/verbose options in tools and scripts ifeq ($(V),1) export Q := else +ifeq ($(V),2) +export Q := +else export Q := @ endif +endif # Default tools @@ -161,7 +168,7 @@ MKEXPORT_ARGS += -u endif endif -ifeq ($(V),1) +ifeq ($(V),2) MKEXPORT_ARGS += -d endif -- cgit v1.2.3