diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-30 18:11:52 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-30 18:11:52 +0000 |
commit | 2e2cbd4b7614bb8c89f53050d717d6e9b98ed7bf (patch) | |
tree | f0c7a91325b8add350d50f294fe3ca62fd646b62 | |
parent | b5a2983ba28f379a1bf5b5330c2f19d418d3a109 (diff) | |
download | busybox-w32-2e2cbd4b7614bb8c89f53050d717d6e9b98ed7bf.tar.gz busybox-w32-2e2cbd4b7614bb8c89f53050d717d6e9b98ed7bf.tar.bz2 busybox-w32-2e2cbd4b7614bb8c89f53050d717d6e9b98ed7bf.zip |
Simplify a comment
git-svn-id: svn://busybox.net/trunk/busybox@2962 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ DOSTATIC = false | |||
37 | 37 | ||
38 | # Set the following to `true' to make a debuggable build. | 38 | # Set the following to `true' to make a debuggable build. |
39 | # Leave this set to `false' for production use. | 39 | # Leave this set to `false' for production use. |
40 | # eg: `make DODEBUG=true tests' | ||
41 | # Do not enable this for production builds... | ||
42 | DODEBUG = false | 40 | DODEBUG = false |
43 | 41 | ||
44 | # Setting this to `true' will cause busybox to directly use the system's | 42 | # Setting this to `true' will cause busybox to directly use the system's |