mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Olaf Hering <olh@suse.de>
Cc: linux-kernel@vger.kernel.org,
	Marcelo Tosatti <marcelo@conectiva.com.br>,
	Linus Torvalds <torvalds@transmeta.com>
Subject: Re: [PATCH] net/802/Makefile
Date: 26 Nov 2001 16:13:36 +0100	[thread overview]
Message-ID: <jewv0d1s67.fsf@sykes.suse.de> (raw)
In-Reply-To: <20011126140645.B3014@suse.de> <20011126142425.B27554@suse.de>
In-Reply-To: <20011126142425.B27554@suse.de> (Olaf Hering's message of "Mon, 26 Nov 2001 14:24:25 +0100")

Olaf Hering <olh@suse.de> writes:

|> On Mon, Nov 26, Olaf Hering wrote:
|> 
|> > Hi,
|> > 
|> > the build stops when cl2llc.c has no write permissions.
|> 
|> Here is a better version, suggested by Rik:
|> 
|> diff -urN linuxppc_2_4/net/802/Makefile.broken
|> linuxppc_2_4/net/802/Makefile
|> --- linuxppc_2_4/net/802/Makefile.broken        Mon Nov 26 13:28:56 2001
|> +++ linuxppc_2_4/net/802/Makefile       Mon Nov 26 14:22:55 2001
|> @@ -57,4 +57,6 @@
|>  include $(TOPDIR)/Rules.make
|>  
|>  cl2llc.c: cl2llc.pre
|> +       touch cl2llc.c
|> +       chmod u+w cl2llc.c
|>         sed -f ./pseudo/opcd2num.sed cl2llc.pre >cl2llc.c

How about this:

@@ -57,4 +57,5 @@
 include $(TOPDIR)/Rules.make
 
 cl2llc.c: cl2llc.pre
+	rm -f cl2llc.c
 	sed -f ./pseudo/opcd2num.sed cl2llc.pre >cl2llc.c
 
 
Andreas.

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de				completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5

  parent reply	other threads:[~2001-11-26 15:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-26 13:06 Olaf Hering
2001-11-26 13:24 ` Olaf Hering
2001-11-26 13:32   ` Christoph Hellwig
2001-11-26 13:54     ` Keith Owens
2001-11-26 16:56       ` Alan Cox
2001-11-26 15:13   ` Andreas Schwab [this message]
2001-11-26 17:14 ` Marcelo Tosatti
2001-11-26 19:20 ` David S. Miller
2001-11-26 19:35   ` Olaf Hering
2001-11-26 19:40   ` David S. Miller
2001-11-27  5:10     ` Tom Rini
2001-11-27  5:26     ` David S. Miller
2001-11-27  6:12       ` Keith Owens
2001-11-27  6:18       ` David S. Miller
2001-11-27  6:28         ` Keith Owens

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=jewv0d1s67.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=olh@suse.de \
    --cc=torvalds@transmeta.com \
    /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®