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:
a42982e
)
Debug should be off in the Makefile. I will now do (per Pavel's
author
Eric Andersen
<andersen@codepoet.org>
Wed, 7 Jun 2000 17:33:30 +0000
(17:33 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 7 Jun 2000 17:33:30 +0000
(17:33 -0000)
suggestion) a "cvs up -D now Makefile" so I stop updating the
Makefile by accident.
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1395b5262739b82a0c940aa70dceb3dc91c7cbb3..386d8c32839e342476c0f525a7944c24ccd092ab 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