projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a64de9
)
Reset DODEBUG to false
author
Jim Gleason
<jimg@lineo.com>
Tue, 18 Apr 2000 20:40:38 +0000
(20:40 -0000)
committer
Jim Gleason
<jimg@lineo.com>
Tue, 18 Apr 2000 20:40:38 +0000
(20:40 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5d246f13eab93ba3db7f7095f8041cbff65b5d96..30fd718f104e62e2df692ce46e8ff57ba5b2bda1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-26,7
+26,7
@@
export VERSION
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
-DODEBUG =
tru
e
+DODEBUG =
fals
e
# If you want a static binary, turn this on.
DOSTATIC = false