linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Blaisorblade <blaisorblade@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: Rob Landley <rob@landley.net>, Ian McDonald <imcdnzl@gmail.com>
Subject: Re: [uml-devel] [patch] Fix broken compiling under 2.6.12-rc2 with sed 3.02
Date: Fri, 8 Apr 2005 08:56:31 +0200	[thread overview]
Message-ID: <200504080856.35818.blaisorblade@yahoo.it> (raw)
In-Reply-To: <200504080126.49602.rob@landley.net>

On Friday 08 April 2005 07:26, Rob Landley wrote:
> Old versions of sed from 1998 (predating the first release of gcc 2.95, but
> still in use by debian stable) don't understand the single-line version of
> the sed append command.  Since newer versions of sed still understand
> the... ahem, "vintage" form of the command, change it to use that.
>
> Signed-off-by: Rob Landley <rob@landley.net>
> Acked-by: Ian McDonald <imcdnzl@gmail.com>
>
> --- linux-2.6.11.old/arch/um/kernel/Makefile	2005-04-08 01:06:15.000000000
> -0400

Note that your mailer wrapper the patch (only the first line), the saved file 
is wrapped like above. And Kmail doesn't mangle inline patches on saving 
(I've tested it multiple times). If you can't fix this, next time use 
attachments (with display as inline) with "7bit" encoding (i.e. not encoded).

> +++ linux-2.6.11/arch/um/kernel/Makefile	2005-04-08 01:08:44.000000000
> -0400 @@ -53,6 +53,7 @@
>        cmd_quote2 = sed -e '/CONFIG/{'          \
>  		  -e 's/"CONFIG"\;/""/'        \
>  		  -e 'r $(obj)/config.tmp'     \
> -		  -e 'a""\;'                   \
> +		  -e 'a \'                     \
> +		  -e '""\;'                    \
>  		  -e '}'                       \
>  		  $< > $@

Ok, it's the same I diffed, I'm using your log and queueing for the next 
merge. It'll be in -bs3.
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
http://www.user-mode-linux.org/~blaisorblade




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2005-04-08  6:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-06  3:51 [uml-devel] Broken compiling under 2.6.12-rc2 on my machine Ian McDonald
2005-04-06  5:45 ` Rob Landley
2005-04-06 17:59   ` Ian McDonald
2005-04-06 19:36   ` Blaisorblade
2005-04-06 23:55     ` Ian McDonald
2005-04-07  8:08       ` Rob Landley
2005-04-07 10:57         ` Adrian Phillips
2005-04-07 18:20           ` Blaisorblade
2005-04-07  6:50     ` Rob Landley
2005-04-07 18:19       ` Blaisorblade
2005-04-08  4:57         ` Rob Landley
2005-04-07 18:22       ` Blaisorblade
2005-04-07 23:21         ` Ian McDonald
2005-04-08  5:15           ` Blaisorblade
2005-04-08  5:26           ` [uml-devel] [patch] Fix broken compiling under 2.6.12-rc2 with sed 3.02 Rob Landley
2005-04-08  6:56             ` Blaisorblade [this message]
2005-04-08  7:21               ` Rob Landley
2005-04-08  4:59         ` [uml-devel] Broken compiling under 2.6.12-rc2 on my machine Rob Landley
2005-04-08  5:46           ` Rob Landley
2005-04-08  6:59             ` Blaisorblade
2005-04-08  7:23               ` Rob Landley

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=200504080856.35818.blaisorblade@yahoo.it \
    --to=blaisorblade@yahoo.it \
    --cc=imcdnzl@gmail.com \
    --cc=rob@landley.net \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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 NNTP newsgroup(s).