public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Bill Pringlemeir <bpringle@sympatico.ca>
Cc: John Lenton <jlenton@yahoo.com>, linux-kernel@vger.kernel.org
Subject: Re: how to crash 2.4.4 w/SBLive
Date: Tue, 29 May 2001 09:59:43 +1000	[thread overview]
Message-ID: <4481.991094383@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "28 May 2001 19:38:59 -0400." <m27kz111t8.fsf@sympatico.ca>

On 28 May 2001 19:38:59 -0400, 
Bill Pringlemeir <bpringle@sympatico.ca> wrote:
>ps, There is no FAQ entry on how to generate a single object with `-g'.  I
>ended up recompiling my whole tree!

I would say "read the source, Luke" but Makefile and Rules.make is so
convoluted and twisted that it gives you a headache following the rule
interactions.  Edit drivers/sound/emu10k1/Makefile

CFLAGS_timer.o += -g	 for one file or
EXTRA_CFLAGS += -g	 for all files in the directory.

With the 2.5 makefile rewrite you will be able to do

make EXTRA_CFLAGS_drivers/sound/emu10k1.o=-g	 for just one file or
make EXTRA_CFLAGS_drivers/sound=-g		 for all files in directory.

No need to edit the Makefiles to set temporary flags, althought you can
if you wish.


  reply	other threads:[~2001-05-29  0:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-24  6:37 how to crash 2.4.4 w/SBLive John Lenton
2001-05-24 13:50 ` Bill Pringlemeir
2001-05-28 23:38   ` Bill Pringlemeir
2001-05-28 23:59     ` Keith Owens [this message]
2001-05-24 18:42 ` David Raufeisen
2001-05-31 10:01   ` rui.sousa
2001-05-31 17:59     ` David Raufeisen
2001-05-31 18:33       ` [Emu10k1-devel] " rui.sousa
2001-05-31 22:58         ` David Raufeisen
2001-06-01  4:01     ` John R Lenton

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=4481.991094383@ocs3.ocs-net \
    --to=kaos@ocs.com.au \
    --cc=bpringle@sympatico.ca \
    --cc=jlenton@yahoo.com \
    --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