* newbie problem with kconfig
@ 2010-02-03 21:50 Alessandro Rubini
0 siblings, 0 replies; only message in thread
From: Alessandro Rubini @ 2010-02-03 21:50 UTC (permalink / raw)
To: barebox
It must be my fault, as it works for everyone else, but there might be
a bug somewhere in kconfig within barebox.
It looks like Makefile includes include/config/auto.conf instead of
.config but such file is not properly regenerated, despite the rules
in Makefile and scripts/ look ok at first sight:
tornado% make at91sam9263ek_defconfig > /dev/null
tornado% ls -l include/config/auto.conf .config
-rw-rw-r-- 1 rubini staff 4709 Feb 3 22:42 .config
-rw-rw-r-- 1 rubini staff 2699 Feb 3 22:00 include/config/auto.conf
tornado% make oldconfig > /dev/null
tornado% ls -l include/config/auto.conf .config
-rw-rw-r-- 1 rubini staff 4709 Feb 3 22:42 .config
-rw-rw-r-- 1 rubini staff 2699 Feb 3 22:00 include/config/auto.conf
But silentoldconfig works (isn't automatically fired if .config is newer
than auto.conf)?
tornado% make silentoldconfig > /dev/null
tornado% ls -l include/config/auto.conf .config
-rw-rw-r-- 1 rubini staff 4709 Feb 3 22:48 .config
-rw-rw-r-- 1 rubini staff 2699 Feb 3 22:48 include/config/auto.conf
thanks
/alessandro, on release e1e9fc4 which is current master
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-03 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-03 21:50 newbie problem with kconfig Alessandro Rubini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox