mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] 2.4.19-pre8 Prevent cl2llc.c corrupting linked files
@ 2002-05-24  2:41 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2002-05-24  2:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marcelo Tosatti, alan

When cl2llc.c is a multi-linked file, any build will affect all the
other copies.  cl2llc.c should not even be in the kernel tarball but AC
says that 802 is being cleaned up, so do just the minimal fix.

Index: 19-pre8.1/net/802/Makefile
--- 19-pre8.1/net/802/Makefile Thu, 01 Nov 2001 00:41:41 +1100 kaos (linux-2.4/i/41_Makefile 1.2 644)
+++ 19-pre8.1(w)/net/802/Makefile Fri, 24 May 2002 12:37:13 +1000 kaos (linux-2.4/i/41_Makefile 1.2 644)
@@ -57,4 +57,5 @@ endif
 include $(TOPDIR)/Rules.make
 
 cl2llc.c: cl2llc.pre
+	@rm -f $@
 	sed -f ./pseudo/opcd2num.sed cl2llc.pre >cl2llc.c


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-24  2:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-24  2:41 [patch] 2.4.19-pre8 Prevent cl2llc.c corrupting linked files Keith Owens

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®