public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: linux-kernel@vger.kernel.org
Cc: linux-ia64@vger.kernel.org
Subject: [patch] 2.4.25-rc1 Remove generated files include/asm-ia64/offsets.h, drivers/ieee1394/oui.c
Date: Wed, 11 Feb 2004 01:05:46 +0000	[thread overview]
Message-ID: <2366.1076461546@kao2.melbourne.sgi.com> (raw)

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


                 reply	other threads:[~2004-02-11  1:05 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=2366.1076461546@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@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