diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-02 18:41:29 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:05 -0700 |
commit | 29b82deb7e8d7634792bd50be1377bae170a8acb (patch) | |
tree | 90ff8fe27e44637026c40a733f710d06bcc39f50 /Makefile | |
parent | 19feb35100f602d2e9e4148d9e22548dae5a01d3 (diff) |
[PATCH] turn debugging messages off by default.
it's a bit noisy for the masses...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |