Source: uclibc
Version: 0.9.32-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Hi,

I found it hard to dissect build failures with uclibc as it hides all
the compiler invocations. It would help with debugging a lot if the
build would tell whats going on aka
https://wiki.debian.org/ReleaseGoals/VerboseBuildLogs. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru uclibc-0.9.32/debian/changelog 
uclibc-0.9.32/debian/changelog
--- uclibc-0.9.32/debian/changelog
+++ uclibc-0.9.32/debian/changelog
@@ -1,3 +1,10 @@
+uclibc (0.9.32-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Enable verbose build logs. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 20 Dec 2015 17:50:06 +0100
+
 uclibc (0.9.32-1) unstable; urgency=low
 
   * New upstream release
diff --minimal -Nru uclibc-0.9.32/debian/rules uclibc-0.9.32/debian/rules
--- uclibc-0.9.32/debian/rules
+++ uclibc-0.9.32/debian/rules
@@ -96,7 +96,7 @@
 build-uclibc$(version): build-default
 
 build-default: build/default/.config
-       $(MAKE) $(parallel) libs O=$(pwd)/build/default ARCH=$(arch) 
CROSS=$(CROSS)
+       $(MAKE) $(parallel) libs O=$(pwd)/build/default ARCH=$(arch) 
CROSS=$(CROSS) V=2
 
 build/default/.config: debian/$(config)
        dh_testdir

Reply via email to