All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: linux-kernel@vger.kernel.org
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>,
	Linus Torvalds <torvalds@transmeta.com>
Subject: Re: [PATCH] net/802/Makefile
Date: Mon, 26 Nov 2001 14:24:25 +0100	[thread overview]
Message-ID: <20011126142425.B27554@suse.de> (raw)
In-Reply-To: <20011126140645.B3014@suse.de>
In-Reply-To: <20011126140645.B3014@suse.de>; from olh@suse.de on Mon, Nov 26, 2001 at 02:06:45PM +0100

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



Gruss Olaf

-- 
 $ man clone

BUGS
       Main feature not yet implemented...

  reply	other threads:[~2001-11-26 13:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-26 13:06 [PATCH] net/802/Makefile Olaf Hering
2001-11-26 13:24 ` Olaf Hering [this message]
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
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=20011126142425.B27554@suse.de \
    --to=olh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.