public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Coywolf Qi Hunt <coywolf@greatcn.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] (2.6.7-mm2) kbuild distclean srctree fix ii
Date: Fri, 25 Jun 2004 13:51:16 +0800	[thread overview]
Message-ID: <40DBBD54.8090303@greatcn.org> (raw)
In-Reply-To: <40DAE44D.2000305@greatcn.org>

Hello Andrew,

You've changed a wrong line.  There's several ``@find . 
$(RCS_FIND_IGNORE)'' in Makefile.
You want the line about 24 lines below. Please apply this patch to 
re-fix it.
http://greatcn.org/~coywolf/patches/2.6/kbuild-distclean-srctree-fix-ii.patch

     coywolf
===============================================================

--- linux-2.6.7-mm2/Makefile	2004-06-24 22:16:08.000000000 -0500
+++ linux-2.6.7-mm2-cy/Makefile	2004-06-25 00:13:55.885753597 -0500
@@ -866,7 +866,7 @@ $(clean-dirs):
 clean: archclean $(clean-dirs)
 	$(call cmd,rmdirs)
 	$(call cmd,rmfiles)
-	 @find $(srctree) $(RCS_FIND_IGNORE) \
+	 @find . $(RCS_FIND_IGNORE) \
 	 	\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
 		-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \
 		-type f -print | xargs rm -f
@@ -890,7 +890,7 @@ mrproper: clean archmrproper $(mrproper-
 .PHONY: distclean
 
 distclean: mrproper
-	@find . $(RCS_FIND_IGNORE) \
+	@find $(srctree) $(RCS_FIND_IGNORE) \
 	 	\( -name '*.orig' -o -name '*.rej' -o -name '*~' \
 		-o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
 	 	-o -name '.*.rej' -o -size 0 \


-- 
Coywolf Qi Hunt
Admin of http://GreatCN.org and http://LoveCN.org


  reply	other threads:[~2004-06-25  5:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-24  8:46 2.6.7-mm2 Andrew Morton
2004-06-24  9:39 ` 2.6.7-mm2 Russell King
2004-06-24 13:28   ` 2.6.7-mm2 Felipe Alfaro Solana
2004-06-24 10:33 ` 2.6.7-mm2 Andrew Morton
2004-06-24 11:43   ` 2.6.7-mm2 Angelo Dell'Aera
2004-06-24 17:28   ` 2.6.7-mm2 Norberto Bensa
2004-06-24 13:20 ` 2.6.7-mm2 Jari Ruusu
2004-06-24 15:04   ` 2.6.7-mm2 Roman Zippel
2004-06-24 18:00     ` 2.6.7-mm2 Valdis.Kletnieks
2004-06-24 14:25 ` 2.6.7-mm2 Coywolf Qi Hunt
2004-06-25  5:51   ` Coywolf Qi Hunt [this message]
2004-06-24 17:46 ` 2.6.7-mm2 (compile stats) John Cherry
2004-06-24 19:16 ` [patch] 2.6.7-mm2: fdomain_cs needs unknown symbols Adrian Bunk
2004-06-24 20:57 ` 2.6.7-mm2 R. J. Wysocki
2004-06-24 21:38   ` 2.6.7-mm2 R. J. Wysocki
2004-06-24 21:50   ` 2.6.7-mm2 R. J. Wysocki
2004-06-25  5:21   ` 2.6.7-mm2 Andrew Morton
2004-06-25 10:48     ` 2.6.7-mm2 R. J. Wysocki
2004-06-24 20:59 ` 2.6.7-mm2: compile error SCHED_SMT + NUMA + gcc 2.95 Adrian Bunk
2004-06-24 21:24   ` Andrew Morton
2004-06-29  5:59 ` 2.6.7-mm2: random problems with mmap Peter Lundkvist
2004-06-29  6:50   ` Andrew Morton
2004-06-29 10:29     ` Jesper Juhl

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=40DBBD54.8090303@greatcn.org \
    --to=coywolf@greatcn.org \
    --cc=akpm@osdl.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