summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-02 18:41:29 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:05 -0700
commit29b82deb7e8d7634792bd50be1377bae170a8acb (patch)
tree90ff8fe27e44637026c40a733f710d06bcc39f50
parent19feb35100f602d2e9e4148d9e22548dae5a01d3 (diff)
[PATCH] turn debugging messages off by default.
it's a bit noisy for the masses...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7aacb79de2..340ca87f2a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
-DEBUG = true
+DEBUG = false
ROOT = udev