mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Alessandro Rubini <rubini-list@gnudd.com>
To: barebox@lists.infradead.org
Subject: newbie problem with kconfig
Date: Wed, 3 Feb 2010 22:50:51 +0100	[thread overview]
Message-ID: <20100203215050.GA1432@morgana.gnudd.com> (raw)

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

                 reply	other threads:[~2010-02-03 21:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100203215050.GA1432@morgana.gnudd.com \
    --to=rubini-list@gnudd.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox