public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: libc-alpha@sourceware.org
Cc: Alejandro Colomar <alx@kernel.org>,
	Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>
Subject: [PATCH v1b 3/3] Makeconfig: Use spaces consistently before =
Date: Mon, 17 Jul 2023 22:02:20 +0200	[thread overview]
Message-ID: <20230717200220.569481-4-alx@kernel.org> (raw)
In-Reply-To: <20230717200220.569481-1-alx@kernel.org>

Make consistent use of spaces.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
 Makeconfig | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makeconfig b/Makeconfig
index 7f1e6f11ec..5a9517c004 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -1077,7 +1077,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
@@ -1109,9 +1109,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
@@ -1119,13 +1119,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
@@ -1241,7 +1241,7 @@ CPPFLAGS = \
 	$(CPPFLAGS-$(basename $(@F))) \
 	-DTOP_NAMESPACE=glibc
 
-override CFLAGS	= \
+override CFLAGS = \
 	-std=gnu11 \
 	-fgnu89-inline \
 	$(config-extra-cflags) \
-- 
2.40.1


  parent reply	other threads:[~2023-07-17 20:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-17 20:02 [PATCH v1b 0/3] Makeconfig: reflow and other whitespace changes Alejandro Colomar
2023-07-17 20:02 ` [PATCH v1b 1/3] Makeconfig: Use a space before a newline escape Alejandro Colomar
2023-07-17 20:02 ` [PATCH v1b 2/3] Makeconfig: Use one line per token Alejandro Colomar
2023-07-17 20:02 ` Alejandro Colomar [this message]
2023-07-17 20:04 ` [PATCH v1b 0/3] Makeconfig: reflow and other whitespace changes Alejandro Colomar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230717200220.569481-4-alx@kernel.org \
    --to=alx@kernel.org \
    --cc=adhemerval.zanella@linaro.org \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).