linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][2.4.22-pre6] clean crc temp files in lib/
@ 2003-07-15 11:13 Mikael Pettersson
  0 siblings, 0 replies; only message in thread
From: Mikael Pettersson @ 2003-07-15 11:13 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

A 2.4.22-pre kernel build leaves two temp files in lib/,
crc32table.h and gen_crc32table, that mrproper doesn't remove.
This is ugly. Fixed in the patch below.

/Mikael

--- linux-2.4.22-pre6/Makefile.~1~	2003-07-15 12:10:10.000000000 +0200
+++ linux-2.4.22-pre6/Makefile	2003-07-15 12:32:09.000000000 +0200
@@ -230,6 +230,7 @@
 # files removed with 'make mrproper'
 MRPROPER_FILES = \
 	include/linux/autoconf.h include/linux/version.h \
+	lib/crc32table.h lib/gen_crc32table \
 	drivers/net/hamradio/soundmodem/sm_tbl_{afsk1200,afsk2666,fsk9600}.h \
 	drivers/net/hamradio/soundmodem/sm_tbl_{hapn4800,psk4800}.h \
 	drivers/net/hamradio/soundmodem/sm_tbl_{afsk2400_7,afsk2400_8}.h \

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

only message in thread, other threads:[~2003-07-15 10:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15 11:13 [PATCH][2.4.22-pre6] clean crc temp files in lib/ Mikael Pettersson

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).