summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-01-15 22:00:58 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:17 -0700
commit0523018487a60ad817556af30632a212ad3351e0 (patch)
treef1e3976b51597a083982722434ad4993b37122cb /Makefile
parent54988802b795328ceba29480611102902e88f572 (diff)
[PATCH] clean up the logging patch a bit to make the option more like the other options.
Also documented it and added it to the .spec file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 88c7cf0bc7..f19354fb05 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Set the following to control the use of syslog
# Set it to `false' to remove all logging
-LOG = true
+USE_LOG = true
# Set the following to `true' to log the debug
# and make a unstripped, unoptimized binary.
@@ -109,7 +109,7 @@ else
CFLAGS+=-pipe
endif
-ifeq ($(strip $(LOG)),true)
+ifeq ($(strip $(USE_LOG)),true)
CFLAGS += -DLOG
endif