diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-30 15:23:37 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-30 15:26:00 -0600 |
commit | b85051a6e0ee211e608f4cac6b89c07dfb110532 (patch) | |
tree | a2a5497f5fa8453b23d82e7875e212b1914bcd80 /toolchain/uclibc | |
parent | 89a705fd33796d2000f7d9e3e756d1fe9d828052 (diff) |
verbose build
Diffstat (limited to 'toolchain/uclibc')
-rw-r--r-- | toolchain/uclibc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/uclibc/Makefile b/toolchain/uclibc/Makefile index 4612ff305..073361cd7 100644 --- a/toolchain/uclibc/Makefile +++ b/toolchain/uclibc/Makefile @@ -128,6 +128,7 @@ $(WRKBUILD)/.compiled: RUNTIME_PREFIX=/ \ HOSTCC="$(HOST_CC)" \ UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ + VERBOSE=1 \ all touch $@ @@ -138,6 +139,7 @@ $(WRKBUILD)/.install_headers: $(WRKBUILD)/.compiled DEVEL_PREFIX_LIB=/ \ RUNTIME_PREFIX=/ \ UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ + VERBOSE=1 \ install_dev touch $@ @@ -148,6 +150,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.install_headers DEVEL_PREFIX_LIB=/ \ RUNTIME_PREFIX=/ \ UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ + VERBOSE=1 \ install_runtime touch $@ @@ -157,6 +160,7 @@ ifeq ($(ADK_UCLIBC_TEST),y) TEST_INSTALLED_UCLIBC=1 \ UCLIBC_ONLY=1 \ UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ + V=1 \ test_compile endif ifeq ($(ADK_TARGET_TOOLCHAIN),y) |