From: Andreas Schwab <schwab@suse.de>
To: Juergen Salk <juergen.salk@gmx.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Strip whitespace from EXTRAVERSION?
Date: Tue, 06 Apr 2004 17:56:05 +0200 [thread overview]
Message-ID: <jeu0zx5cdm.fsf@sykes.suse.de> (raw)
In-Reply-To: <20040406144709.GC16564@oest181.str.klinik.uni-ulm.de> (Juergen Salk's message of "Tue, 6 Apr 2004 16:47:09 +0200")
Juergen Salk <juergen.salk@gmx.de> writes:
> --- Makefile-orig Tue Apr 6 14:13:06 2004
> +++ Makefile Tue Apr 6 14:45:29 2004
> @@ -3,6 +3,7 @@
> SUBLEVEL = 25
> EXTRAVERSION =
>
> +EXTRAVERSION:=$(shell echo $(EXTRAVERSION) | sed -e 's/[ ]//g')
EXTRAVERSION := $(strip $(EXTRAVERSION))
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2004-04-06 15:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-06 14:47 Juergen Salk
2004-04-06 15:56 ` Andreas Schwab [this message]
2004-04-06 16:32 ` Juergen Salk
2004-04-06 18:23 ` Måns Rullgård
2004-04-07 8:00 ` Juergen Salk
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=jeu0zx5cdm.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=juergen.salk@gmx.de \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®