All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Configure and dependency files
@ 2009-10-11  4:05 malc
  2009-10-11  4:38 ` David Turner
  0 siblings, 1 reply; 4+ messages in thread
From: malc @ 2009-10-11  4:05 UTC (permalink / raw)
  To: qemu-devel


Why does configure instructs gcc to emit dependency files at all? What's
the reason for including those -M options, it's not going to be used by
anything, or?

-- 
mailto:av1474@comtv.ru

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Configure and dependency files
  2009-10-11  4:05 [Qemu-devel] Configure and dependency files malc
@ 2009-10-11  4:38 ` David Turner
  2009-10-11  4:52   ` malc
  0 siblings, 1 reply; 4+ messages in thread
From: David Turner @ 2009-10-11  4:38 UTC (permalink / raw)
  To: malc; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

The dependency files are included by the Makefile, that's how the
automatic-dependency stuff works.

On Sat, Oct 10, 2009 at 9:05 PM, malc <av1474@comtv.ru> wrote:

>
> Why does configure instructs gcc to emit dependency files at all? What's
> the reason for including those -M options, it's not going to be used by
> anything, or?
>
> --
> mailto:av1474@comtv.ru
>
>
>

[-- Attachment #2: Type: text/html, Size: 732 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Configure and dependency files
  2009-10-11  4:38 ` David Turner
@ 2009-10-11  4:52   ` malc
  2009-10-12 21:42     ` David Turner
  0 siblings, 1 reply; 4+ messages in thread
From: malc @ 2009-10-11  4:52 UTC (permalink / raw)
  To: David Turner; +Cc: qemu-devel

On Sat, 10 Oct 2009, David Turner wrote:

> The dependency files are included by the Makefile, that's how the
> automatic-dependency stuff works.

That's not what i was asking, now configure does it's tests with
-MMD -MT and whatnot among the flags, thus leaving qemu-xxxxx.d
files in TEMPDIR1

[..snip..]

-- 
mailto:av1474@comtv.ru

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Configure and dependency files
  2009-10-11  4:52   ` malc
@ 2009-10-12 21:42     ` David Turner
  0 siblings, 0 replies; 4+ messages in thread
From: David Turner @ 2009-10-12 21:42 UTC (permalink / raw)
  To: malc; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

Ah sorry, I don't see any reason to use these in configure itself, indeed

On Sat, Oct 10, 2009 at 9:52 PM, malc <av1474@comtv.ru> wrote:

> On Sat, 10 Oct 2009, David Turner wrote:
>
> > The dependency files are included by the Makefile, that's how the
> > automatic-dependency stuff works.
>
> That's not what i was asking, now configure does it's tests with
> -MMD -MT and whatnot among the flags, thus leaving qemu-xxxxx.d
> files in TEMPDIR1
>
> [..snip..]
>
> --
> mailto:av1474@comtv.ru
>

[-- Attachment #2: Type: text/html, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-12 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-11  4:05 [Qemu-devel] Configure and dependency files malc
2009-10-11  4:38 ` David Turner
2009-10-11  4:52   ` malc
2009-10-12 21:42     ` David Turner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.