aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-05-16 23:17:32 +0000
committerMike Buland <eichlan@xagasoft.com>2012-05-16 23:17:32 +0000
commite898d4911f05b143546ca2f49ce6931efafa17bc (patch)
tree664595c182d7431a5531688ba25280bc952b20fe /default.bld
parenta24a1aab57af0b7dd883df486194abef0d3c62c3 (diff)
downloadlibbu++-e898d4911f05b143546ca2f49ce6931efafa17bc.tar.gz
libbu++-e898d4911f05b143546ca2f49ce6931efafa17bc.tar.bz2
libbu++-e898d4911f05b143546ca2f49ce6931efafa17bc.tar.xz
libbu++-e898d4911f05b143546ca2f49ce6931efafa17bc.zip
Lzma was still printing debugging on "inflate".
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld
index b828713..56634fe 100644
--- a/default.bld
+++ b/default.bld
@@ -305,7 +305,7 @@ target PKG_BASE + ".xz"
305 display "xz"; 305 display "xz";
306 profile "build" 306 profile "build"
307 { 307 {
308 execute("xz -9 < ${INPUT} > ${OUTPUT}"); 308 execute("xz -9vv < ${INPUT} > ${OUTPUT}");
309 } 309 }
310} 310}
311 311