From: Coywolf Qi Hunt <coywolf@greatcn.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.7-mm2
Date: Thu, 24 Jun 2004 22:25:17 +0800 [thread overview]
Message-ID: <40DAE44D.2000305@greatcn.org> (raw)
In-Reply-To: <20040624014655.5d2a4bfb.akpm@osdl.org>
Andrew Morton wrote:
>Changes since 2.6.7-mm1:
>
>+kbuild-distclean-srctree-fix.patch
>
> kbuild fix
>
Hi, Andrew,
I'm afraid you didn't apply my patch properly. You changed a wrong line.
See the differences b/w
http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.7/2.6.7-mm2/broken-out/kbuild-distclean-srctree-fix.patch
and
--- linux-2.6.7/Makefile Wed Jun 9 01:07:00 2004
+++ linux-2.6.7-cy/Makefile Wed Jun 16 21:33:57 2004
@@ -841,7 +841,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
next prev parent reply other threads:[~2004-06-24 15:05 UTC|newest]
Thread overview: 24+ 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 ` Coywolf Qi Hunt [this message]
2004-06-25 5:51 ` [PATCH] (2.6.7-mm2) kbuild distclean srctree fix ii Coywolf Qi Hunt
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
-- strict thread matches above, loose matches on Subject: below --
2004-06-26 18:06 2.6.7-mm2 Martin Knoblauch
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=40DAE44D.2000305@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.