lkml.org 
[lkml]   [2001]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: 2.4.2-ac13 make modules_install error
Date
On Wed, 7 Mar 2001 00:04:08 -0500 (EST), 
Frank Davis <fdavis112@juno.com> wrote:
>make[2]: Entering directory '/usr/src/linux/drivers/atm'
>mkdir -p /lib/modules/2.4.2-ac13/kernel/$(shell ($CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh)
>/bin/sh: CONFIG_SHELL: command not found
>/bin/sh: TOPDIR: command not found

Against 2.4.2-ac13. You need the same patch on 2.4.3-pre2.

Index: 2.26/Rules.make
--- 2.26/Rules.make Tue, 06 Mar 2001 13:01:59 +1100 kaos (linux-2.4/T/c/47_Rules.make 1.1.1.2 644)
+++ 2.26(w)/Rules.make Wed, 07 Mar 2001 17:25:40 +1100 kaos (linux-2.4/T/c/47_Rules.make 1.1.1.2 644)
@@ -150,7 +150,7 @@ endif
#
ALL_MOBJS = $(filter-out $(obj-y), $(obj-m))
ifneq "$(strip $(ALL_MOBJS))" ""
-MOD_DESTDIR ?= $(shell $(CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh)
+MOD_DESTDIR := $(shell $(CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh)
endif

unexport MOD_DIRS
-
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:29    [W:0.036 / U:1.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site