public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Patches for Cleaning offsets.h/print_offsets.h/print_offsets.s
@ 2003-01-10  1:38 Yu, Fenghua
  0 siblings, 0 replies; only message in thread
From: Yu, Fenghua @ 2003-01-10  1:38 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

Hi,

2.5.52 and tpc.0.18 can't clean arch/ia64/tools/offsets.h, print_offsets.h,
print_offsets.s under arch/ia64/tools even with make
distclean/mrproper/clean. The feature is working for 2.4.20.

2.5.52 is supposed to clean the files by "make clean". Tpc.0.18 is supposed
to clean the files by "make mrproper". Thus, they have different fix
solutions.

Thanks.

-Fenghua


[-- Attachment #2: kernel-2.4.18-tpc.0.18-clean_offset.diff --]
[-- Type: text/plain, Size: 289 bytes --]

diff -Nur A/arch/ia64/tools/Makefile B/arch/ia64/tools/Makefile
--- A/arch/ia64/tools/Makefile	Thu Jan  9 20:16:16 2003
+++ B/arch/ia64/tools/Makefile	Thu Jan  9 20:16:58 2003
@@ -4,7 +4,7 @@
 
 all: 
 
-mrproper:
+mrproper: clean
 
 clean:
 	rm -f print_offsets.s print_offsets offsets.h

[-- Attachment #3: linux-2.5.52-ia64-021221-clean_offset.diff --]
[-- Type: text/plain, Size: 849 bytes --]

diff -Nur A/arch/ia64/Makefile B/arch/ia64/Makefile
--- A/arch/ia64/Makefile	Thu Jan  9 19:34:56 2003
+++ B/arch/ia64/Makefile	Thu Jan  9 19:35:36 2003
@@ -61,6 +61,7 @@
 archmrproper:
 archclean:
 	$(Q)$(MAKE) -f scripts/Makefile.clean obj=arch/ia64/boot
+	$(Q)$(MAKE) -f scripts/Makefile.clean obj=arch/ia64/tools
 
 CLEAN_FILES += include/asm-ia64/offsets.h vmlinux.gz bootloader
 
diff -Nur A/arch/ia64/tools/Makefile B/arch/ia64/tools/Makefile
--- A/arch/ia64/tools/Makefile	Thu Jan  9 19:34:56 2003
+++ B/arch/ia64/tools/Makefile	Thu Jan  9 19:35:36 2003
@@ -4,14 +4,7 @@
 
 src = $(obj)
 
-all:
-
-fastdep:
-
-mrproper: clean
-
-clean:
-	rm -f $(obj)/print_offsets.s $(obj)/print_offsets $(obj)/offsets.h
+clean-files := print_offsets.s print_offsets offsets.h
 
 $(TARGET): $(obj)/offsets.h
 	@if ! cmp -s $(obj)/offsets.h ${TARGET}; then	\

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

only message in thread, other threads:[~2003-01-10  1:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-10  1:38 [Linux-ia64] Patches for Cleaning offsets.h/print_offsets.h/print_offsets.s Yu, Fenghua

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox