From 29b82deb7e8d7634792bd50be1377bae170a8acb Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Tue, 2 Dec 2003 18:41:29 -0800 Subject: [PATCH] [PATCH] turn debugging messages off by default. it's a bit noisy for the masses... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aacb79de..340ca87f2 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 -- 2.30.2