* [patch] 2.4.25-rc1 Remove generated files include/asm-ia64/offsets.h, drivers/ieee1394/oui.c
@ 2004-02-11 1:05 Keith Owens
0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2004-02-11 1:05 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-ia64
Some generated files are not being removed by make clean/mrproper.
include/asm-ia64/offsets.h is built by 'make dep' so must be removed by
'make mrproper', otherwise 'make dep clean' fails.
drivers/ieee1394/oui.c is just a normal 'make clean'.
Index: 25-rc1.1/arch/ia64/tools/Makefile
--- 25-rc1.1/arch/ia64/tools/Makefile Thu, 11 Dec 2003 12:05:21 +1100 kaos (linux-2.4/q/c/1_Makefile 1.1.2.1.1.1.1.1 644)
+++ 25-rc1.1(w)/arch/ia64/tools/Makefile Wed, 11 Feb 2004 11:56:00 +1100 kaos (linux-2.4/q/c/1_Makefile 1.1.2.1.1.1.1.1 644)
@@ -5,6 +5,7 @@ TARGET = $(TOPDIR)/include/asm-ia64/offs
all:
mrproper: clean
+ rm -f $(TARGET)
clean:
rm -f print_offsets.s print_offsets offsets.h
Index: 25-rc1.1/Makefile
--- 25-rc1.1/Makefile Fri, 06 Feb 2004 11:02:43 +1100 kaos (linux-2.4/T/c/50_Makefile 1.1.2.15.1.2.2.25.2.2.1.17.1.4.1.29.1.40.1.72.1.28 644)
+++ 25-rc1.1(w)/Makefile Wed, 11 Feb 2004 11:54:22 +1100 kaos (linux-2.4/T/c/50_Makefile 1.1.2.15.1.2.2.25.2.2.1.17.1.4.1.29.1.40.1.72.1.28 644)
@@ -223,7 +223,8 @@ CLEAN_FILES = \
drivers/tc/lk201-map.c \
net/khttpd/make_times_h \
net/khttpd/times.h \
- submenu*
+ submenu* \
+ drivers/ieee1394/oui.c
# directories removed with 'make clean'
CLEAN_DIRS = \
modules
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-11 1:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-11 1:05 [patch] 2.4.25-rc1 Remove generated files include/asm-ia64/offsets.h, drivers/ieee1394/oui.c Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox