public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kbuild + Cross compiling
@ 2006-05-05  1:52 Dan Merillat
  2006-05-05  4:55 ` Sam Ravnborg
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Dan Merillat @ 2006-05-05  1:52 UTC (permalink / raw)
  To: linux-kernel

I must be an idiot, but why does Kbuild rebuild every file when cross-compiling?
I'm not editing .config or touching any headers, I'm making tweaks to
a single .c driver,
and it is taking forever due to continual full-rebuilds.

building on i386 for ARCH=arm CROSS_COMPILE=arm-linux-uclibc-

I tried following the logic, but everything is a forced build using
if_changed and if_changed_dep, and I can't read GNU Make well enough
to figure out what it thinks is new.  I know make -d says all the
dependancies are up-to-date, so it's being forced some other way.

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

end of thread, other threads:[~2006-05-05 21:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-05  1:52 Kbuild + Cross compiling Dan Merillat
2006-05-05  4:55 ` Sam Ravnborg
2006-05-05  6:30   ` Dan Merillat
2006-05-05 15:15     ` Sam Ravnborg
2006-05-05  9:56 ` Ben Dooks
2006-05-05 14:36 ` Martin Schwidefsky
2006-05-05 20:53   ` Dan Merillat
2006-05-05 21:18     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox