aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortausq <tausq@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-07 03:55:35 +0000
committertausq <tausq@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-07 03:55:35 +0000
commit259909d4ad697b2a5e02c5ddf3368348fe291141 (patch)
tree7e042071b0fbaecaedc292539704eb741fac0f50 /Makefile
parent96049f55808819c47af271304a65cbc97bd96247 (diff)
downloadbusybox-w32-259909d4ad697b2a5e02c5ddf3368348fe291141.tar.gz
busybox-w32-259909d4ad697b2a5e02c5ddf3368348fe291141.tar.bz2
busybox-w32-259909d4ad697b2a5e02c5ddf3368348fe291141.zip
Write progress meter to stderr instead of stdout
git-svn-id: svn://busybox.net/trunk/busybox@1394 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 345c3c35f..5faac87d6 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ DOSTATIC = false
35# Leave this set to `false' for production use. 35# Leave this set to `false' for production use.
36# eg: `make DODEBUG=true tests' 36# eg: `make DODEBUG=true tests'
37# Do not enable this for production builds... 37# Do not enable this for production builds...
38DODEBUG = false 38DODEBUG = true
39 39
40# This enables compiling with dmalloc ( http://dmalloc.com/ ) 40# This enables compiling with dmalloc ( http://dmalloc.com/ )
41# which is an excellent public domain mem leak and malloc problem 41# which is an excellent public domain mem leak and malloc problem