lkml.org 
[lkml]   [2008]   [Dec]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectBetter way to force a rebuild

Hi,

In include/linux/kernel.h I currently have the following lines at the
bottom of the file:

/* Rebuild everything on CONFIG_FTRACE_MCOUNT_RECORD */
#ifdef CONFIG_FTRACE_MCOUNT_RECORD
# define REBUILD_DUE_TO_FTRACE_MCOUNT_RECORD
#endif


This is only there to force a rebuild of all files when
CONFIG_FTRACE_MCOUNT_RECORD is modified. Since the modification of that
config causes the build to act different, we need to rebuild all C
objects. I added the #ifdef in kernel.h as a hack to force the rebuild by
the config dependencies used in kbuild.

My question is, is there a better way to force a full rebuild on a
modification of a config?

Thanks,

-- Steve



\
 
 \ /
  Last update: 2008-12-10 20:51    [W:0.141 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site