public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "J.A. Magallon" <jamagallon@able.es>
To: Andrea Arcangeli <andrea@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.19rc1aa1
Date: Mon, 8 Jul 2002 01:49:06 +0200	[thread overview]
Message-ID: <20020707234906.GA6080@werewolf.able.es> (raw)
In-Reply-To: <20020629023459.GA1531@inspiron.ols.wavesec.org>; from andrea@suse.de on Sat, Jun 29, 2002 at 04:35:00 +0200


On 2002.06.29 Andrea Arcangeli wrote:
>Only booted it on the laptop so far.
>
>URL:
>
>	http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.19rc1aa1.gz
>	http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.19rc1aa1/
>
>Changelog:
>

I think the build system for e100 is buggy. You end up with 2 copies of e100.o:

werewolf:/usr/src/linux# make -n modules_install | grep e100
cp ne2k-pci.o 8390.o e100/e100.o ... /lib/modules/2.4.19-rc1-jam1/kernel/drivers/net/
                     ^^^^^^^^^^^
make -C e100 modules_install
make[3]: Entering directory `/usr/src/linux-2.4.19-rc1-jam1/drivers/net/e100'
Makefile:21: warning: overriding commands for target `e100.o'
/usr/src/linux-2.4.19-rc1-jam1/Rules.make:97: warning: ignoring old commands for target `e100.o'
mkdir -p /lib/modules/2.4.19-rc1-jam1/kernel/drivers/net/e100/
cp e100.o /lib/modules/2.4.19-rc1-jam1/kernel/drivers/net/e100/
   ^^^^^^
make[3]: Leaving directory `/usr/src/linux-2.4.19-rc1-jam1/drivers/net/e100'

Unconditional 

obj-$(CONFIG_E100) += e100.o

breaks if == obj-m.

tulip, for example, does a:

ifeq ($(CONFIG_TULIP),y)
  obj-y += tulip/tulip.o
endif

??

TIA

-- 
J.A. Magallon             \   Software is like sex: It's better when it's free
mailto:jamagallon@able.es  \                    -- Linus Torvalds, FSF T-shirt
Linux werewolf 2.4.19-rc1-jam1, Mandrake Linux 8.3 (Cooker) for i586
gcc (GCC) 3.1.1 (Mandrake Linux 8.3 3.1.1-0.7mdk)

  parent reply	other threads:[~2002-07-07 23:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-29  2:35 2.4.19rc1aa1 Andrea Arcangeli
2002-06-29  6:15 ` 2.4.19rc1aa1 Eyal Lebedinsky
2002-06-30 23:05 ` 2.4.19rc1aa1 J.A. Magallon
2002-07-05 11:49   ` 2.4.19rc1aa1 Andrea Arcangeli
2002-07-02  7:41 ` 2.4.19rc1aa1 Pozsar Balazs
2002-07-07 23:49 ` J.A. Magallon [this message]
2002-07-08  0:01   ` 2.4.19rc1aa1 J.A. Magallon

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=20020707234906.GA6080@werewolf.able.es \
    --to=jamagallon@able.es \
    --cc=andrea@suse.de \
    --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