public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Alan Cox <laughing@shared-source.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.7-ac8
Date: Tue, 07 Aug 2001 15:17:49 +1000	[thread overview]
Message-ID: <14551.997161469@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Mon, 06 Aug 2001 19:03:21 +0100." <20010806190320.A5719@lightning.swansea.linux.org.uk>

On Mon, 6 Aug 2001 19:03:21 +0100, 
Alan Cox <laughing@shared-source.org> wrote:
>2.4.7-ac8

<rant>
The aic7xxx maintainer keeps trying to break the kernel build system,
introducing special cases just to support his broken makefiles.  At the
same time he refuses to listen to suggestions for doing it correctly.
This is unacceptable, and will not work in kbuild 2.5.  The module
install structure is an exact match for the kernel source structure,
with no need to install modules elsewhere.  modutils >= 2.3.12 takes
care of the correct hierarchy, mkinitrd has no problem with the correct
tree.
</rant>

Index: 7.41/Rules.make
--- 7.41/Rules.make Tue, 07 Aug 2001 10:44:16 +1000 kaos (linux-2.4/T/c/47_Rules.make 1.1.2.3 644)
+++ 7.41(w)/Rules.make Tue, 07 Aug 2001 15:10:31 +1000 kaos (linux-2.4/T/c/47_Rules.make 1.1.2.3 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
Index: 7.41/drivers/scsi/aic7xxx/Makefile
--- 7.41/drivers/scsi/aic7xxx/Makefile Tue, 07 Aug 2001 10:44:16 +1000 kaos (linux-2.4/y/d/24_Makefile 1.1.1.1.1.1 644)
+++ 7.41(w)/drivers/scsi/aic7xxx/Makefile Tue, 07 Aug 2001 15:10:40 +1000 kaos (linux-2.4/y/d/24_Makefile 1.1.1.1.1.1 644)
@@ -27,7 +27,6 @@ AIC7XXX_OBJS += aic7xxx_pci.o
 endif
 
 # Override our module desitnation
-MOD_DESTDIR = $(shell cd .. && $(CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh)
 MOD_TARGET = aic7xxx.o
 
 include $(TOPDIR)/Rules.make


  reply	other threads:[~2001-08-07  5:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-06 18:03 Linux 2.4.7-ac8 Alan Cox
2001-08-07  5:17 ` Keith Owens [this message]
2001-08-07 12:43   ` Horst von Brand
2001-08-07 22:12     ` Keith Owens
2001-08-07 22:24       ` Exporting kernel memory to application Imran Badr
2001-08-07 23:31         ` Alan Cox

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=14551.997161469@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=laughing@shared-source.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