summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-30 15:23:40 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-30 15:26:00 -0600
commitcfdf1a8ca2fec9bcb0a86d8d7fe273761980b17f (patch)
tree543d91609f6af5e2e3c49a63d4c14ac0f2a8fd80 /toolchain
parentb85051a6e0ee211e608f4cac6b89c07dfb110532 (diff)
verbose build
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uclibc-ng/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index 32c9f49ce..503209e44 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -129,6 +129,7 @@ $(WRKBUILD)/.compiled:
RUNTIME_PREFIX=/ \
HOSTCC="$(HOST_CC)" \
UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
+ VERBOSE=1 \
all
touch $@
@@ -139,6 +140,7 @@ $(WRKBUILD)/.install_headers: $(WRKBUILD)/.compiled
DEVEL_PREFIX_LIB=/ \
RUNTIME_PREFIX=/ \
UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
+ VERBOSE=1 \
install_dev
touch $@
@@ -149,6 +151,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.install_headers
DEVEL_PREFIX_LIB=/ \
RUNTIME_PREFIX=/ \
UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
+ VERBOSE=1 \
install_runtime
touch $@
@@ -158,6 +161,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)