diff options
author | tausq <tausq@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-07 03:55:35 +0000 |
---|---|---|
committer | tausq <tausq@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-07 03:55:35 +0000 |
commit | 259909d4ad697b2a5e02c5ddf3368348fe291141 (patch) | |
tree | 7e042071b0fbaecaedc292539704eb741fac0f50 /Makefile | |
parent | 96049f55808819c47af271304a65cbc97bd96247 (diff) | |
download | busybox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... |
38 | DODEBUG = false | 38 | DODEBUG = 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 |