summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-07-12 00:45:59 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-29 16:11:32 +0200
commit7516e215c90de505bdb82c7003055141f7899a82 (patch)
treee36712fd5a1949b5b52f685f4beca6a06732d158
parentee33d0f1441bbc8bebc17eab33bb7f692b969a55 (diff)
Makeconfig: Use spaces consistently before =line
Make consistent use of spaces. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--Makeconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makeconfig b/Makeconfig
index 33ccb8fe62..0cd0cf405d 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -1057,7 +1057,7 @@ $(if $(filter $(@F),$(patsubst %,%$(1),$(2))), $(no-fortify-source))
endef
# The program that makes Emacs-style TAGS files.
-ETAGS := etags
+ETAGS := etags
# The `xgettext' program for producing .pot files from sources.
ifndef XGETTEXT
@@ -1089,9 +1089,9 @@ endif
# but we don't want this echoing done when the user has said
# he doesn't want to see commands echoed by using -s.
ifeq ($(silent-make),yes) # if -s
-+cmdecho := echo >/dev/null
++cmdecho := echo >/dev/null
else # not -s
-+cmdecho := echo
++cmdecho := echo
endif # -s
# These are the flags given to the compiler to tell
@@ -1099,13 +1099,13 @@ endif # -s
ifndef +cflags
# If `CFLAGS' was defined, use that.
ifdef CFLAGS
-+cflags := $(filter-out -I%,$(CFLAGS))
++cflags := $(filter-out -I%,$(CFLAGS))
endif # CFLAGS
endif # +cflags
# If none of the above worked, default to "-g -O".
ifeq "$(strip $(+cflags))" ""
-+cflags := $(default_cflags)
++cflags := $(default_cflags)
endif # $(+cflags) == ""
# Force building with -fno-common because hidden_def, compat_symbol
@@ -1221,7 +1221,7 @@ CPPFLAGS = \
$(CPPFLAGS-$(basename $(@F))) \
-DTOP_NAMESPACE=glibc
-override CFLAGS = \
+override CFLAGS = \
-std=gnu11 \
-fgnu89-inline \
$(config-extra-cflags) \