From: "Yu, Fenghua" <fenghua.yu@intel.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Patches for Cleaning offsets.h/print_offsets.h/print_offsets.s
Date: Fri, 10 Jan 2003 01:38:36 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590709805663@msgid-missing> (raw)
[-- 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 \
reply other threads:[~2003-01-10 1:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590709805663@msgid-missing \
--to=fenghua.yu@intel.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox