Browse Source

verbose build

Waldemar Brodkorb 10 years ago
parent
commit
cfdf1a8ca2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      toolchain/uclibc-ng/Makefile

+ 4 - 0
toolchain/uclibc-ng/Makefile

@@ -129,6 +129,7 @@ $(WRKBUILD)/.compiled:
 		RUNTIME_PREFIX=/ \
 		RUNTIME_PREFIX=/ \
 		HOSTCC="$(HOST_CC)" \
 		HOSTCC="$(HOST_CC)" \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
+		VERBOSE=1 \
 		all
 		all
 	touch $@
 	touch $@
 
 
@@ -139,6 +140,7 @@ $(WRKBUILD)/.install_headers: $(WRKBUILD)/.compiled
 		DEVEL_PREFIX_LIB=/ \
 		DEVEL_PREFIX_LIB=/ \
 		RUNTIME_PREFIX=/ \
 		RUNTIME_PREFIX=/ \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
+		VERBOSE=1 \
 		install_dev
 		install_dev
 	touch $@
 	touch $@
 
 
@@ -149,6 +151,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.install_headers
 		DEVEL_PREFIX_LIB=/ \
 		DEVEL_PREFIX_LIB=/ \
 		RUNTIME_PREFIX=/ \
 		RUNTIME_PREFIX=/ \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
+		VERBOSE=1 \
 		install_runtime
 		install_runtime
 	touch $@
 	touch $@
 
 
@@ -158,6 +161,7 @@ ifeq ($(ADK_UCLIBC_TEST),y)
 		TEST_INSTALLED_UCLIBC=1 \
 		TEST_INSTALLED_UCLIBC=1 \
 		UCLIBC_ONLY=1 \
 		UCLIBC_ONLY=1 \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
 		UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
+		V=1 \
 		test_compile
 		test_compile
 endif
 endif
 ifeq ($(ADK_TARGET_TOOLCHAIN),y)
 ifeq ($(ADK_TARGET_TOOLCHAIN),y)