public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bob Miller <rem@osdl.org>
To: Grega Fajdiga <Gregor.Fajdiga@telemach.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Fw: Compile problems with 2.5.7
Date: Fri, 29 Mar 2002 07:55:02 -0800	[thread overview]
Message-ID: <20020329075502.A6029@build.pdx.osdl.net> (raw)
In-Reply-To: <006201c1d729$a7fa1520$41448fd5@telemach.net> <20020329155438.3fcdc054.Gregor.Fajdiga@telemach.net>

Grega,

The easiest thing to do to fix your problem is to edit kernel/Makefile
and remove acct.o.  The patch below (suppied by Andrey Klochko)
will work.

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17


--- linux-2.5/kernel/Makefile.orig	Thu Mar 28 13:50:52 2002
+++ linux-2.5/kernel/Makefile	Thu Mar 28 13:24:12 2002
@@ -14,13 +14,13 @@
 
 obj-y     = sched.o dma.o fork.o exec_domain.o panic.o printk.o \
 	    module.o exit.o itimer.o info.o time.o softirq.o resource.o \
-	    sysctl.o acct.o capability.o ptrace.o timer.o user.o \
+	    sysctl.o capability.o ptrace.o timer.o user.o \
 	    signal.o sys.o kmod.o context.o futex.o kthread.o
 
 obj-$(CONFIG_UID16) += uid16.o
 obj-$(CONFIG_MODULES) += ksyms.o
 obj-$(CONFIG_PM) += pm.o
-obj-$(CONFIG_CONFIG_BSD_PROCESS_ACCT) += acct.o
+obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o
 obj-$(CONFIG_IKCONFIG) += configs.o
 
 ifneq ($(CONFIG_IA64),y)


  reply	other threads:[~2002-03-29 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <006201c1d729$a7fa1520$41448fd5@telemach.net>
2002-03-29 14:54 ` Fw: Compile problems with 2.5.7 Grega Fajdiga
2002-03-29 15:55   ` Bob Miller [this message]
2002-03-29 21:56 ` Grega Fajdiga

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=20020329075502.A6029@build.pdx.osdl.net \
    --to=rem@osdl.org \
    --cc=Gregor.Fajdiga@telemach.net \
    --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