All of lore.kernel.org
 help / color / mirror / Atom feed
* How build dependencies work/are supposed to work in 2.5.5x
@ 2003-01-09 22:33 Petr Vandrovec
  2003-01-10 17:35 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vandrovec @ 2003-01-09 22:33 UTC (permalink / raw)
  To: linux-kernel

Hi,
  I spent last few hours by patching 2.5.54-bk-something back and 
forward to shrink Juriaans patch which reinstates 2.5.50 fbdev. Sometime
during this course something happened, and I ended up with incorrect
build: some code was thinking that "struct vc_data" contains
"vc_font" element, and some parts believed that there is no such element,
and structure is 24 bytes smaller (shifting vc_origin somewhere, causing
crash during bootup) :-( (there was such element, then there was not,
and then element arrived back during evening)

  After I removed drivers/char/*.o and all .o from drivers/video subtree
and rerun "make", problem disappeared. During patching I never used -T/-Z 
option to patch to set dates/times on files and I also did not use -j option
to make.

  So I'd like to ask whether current kernel build system is supposed
to track changes in include files automagically, or whether I'm supposed
to run 'make dep' from time to time?

  When I tried to recreate problem (by doing "touch 
include/linux/console_struct.h"), all objects which use this file were
correctly rebuilt.
                                    Thanks,
                                        Petr Vandrovec
                                        vandrove@vc.cvut.cz
                                        

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

end of thread, other threads:[~2003-01-10 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 22:33 How build dependencies work/are supposed to work in 2.5.5x Petr Vandrovec
2003-01-10 17:35 ` Sam Ravnborg

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.