lkml.org 
[lkml]   [2001]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] net/802/Makefile
From
Date
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:13    [W:0.057 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site