lkml.org 
[lkml]   [2003]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.0-test5-mm2
On Mon, Sep 15, 2003 at 07:19:50PM +0200, Felipe Alfaro Solana wrote:
> On Mon, 2003-09-15 at 08:48, Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test5/2.6.0-test5-mm2/
>
> > Changes since 2.6.0-test5-mm1:
>
> Hmmm...
>
> "make rpm" support is broken in 2.6.0-test5-mm2. However, it works fine
> with 2.6.0-test5-bk3.

I broke that as part of the separate output directory patch.
The following should fix it.

Andrew, I will come up with a better patch tomorrow.

Sam

===== Makefile 1.428 vs edited =====
--- 1.428/Makefile Thu Sep 11 12:01:23 2003
+++ edited/Makefile Wed Sep 17 21:46:41 2003
@@ -97,7 +97,7 @@
# We process the rest of the Makefile if this is the final invocation of make
ifeq ($(skip-makefile),)

-srctree := $(if $(KBUILD_SRC),$(KBUILD_SRC),.)
+srctree := $(if $(KBUILD_SRC),$(KBUILD_SRC),$(CURDIR))
TOPDIR := $(srctree)
# FIXME - TOPDIR is obsolete, use srctree/objtree
objtree := $(CURDIR)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.073 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site