summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-30 18:11:52 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-30 18:11:52 +0000
commit10175a43eec696e5de1a35c12a31367808016c0b (patch)
treef0c7a91325b8add350d50f294fe3ca62fd646b62
parent0159597bd6d1ed98c8b1067f59a1e5008ed0169d (diff)
downloadbusybox-w32-10175a43eec696e5de1a35c12a31367808016c0b.tar.gz
busybox-w32-10175a43eec696e5de1a35c12a31367808016c0b.tar.bz2
busybox-w32-10175a43eec696e5de1a35c12a31367808016c0b.zip
Simplify a comment
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e5086ddf..d067aa214 100644
--- a/Makefile
+++ b/Makefile
@@ -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...
42DODEBUG = false 40DODEBUG = 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