Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] CTRL+C in menuconfig deletes .config
@ 2010-11-16 14:23 Mike Frysinger
  2010-11-16 14:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2010-11-16 14:23 UTC (permalink / raw)
  To: buildroot

i dont know why the menuconfig target has this logic:
    @if ! $(COMMON_CONFIG_ENV) $< $(CONFIG_CONFIG_IN); then \
        test -f $(CONFIG_DIR)/.config.cmd || rm -f $(CONFIG_DIR)/.config; \
    fi

but it causes severely undesirable behavior.  if i do:
	make menuconfig
	<change some things & save>
	make menuconfig
	<change some things but change my mind and hit CTRL+C>

the build system deletes the .config file.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101116/01daa3ba/attachment.pgp>

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

end of thread, other threads:[~2010-11-24 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 14:23 [Buildroot] CTRL+C in menuconfig deletes .config Mike Frysinger
2010-11-16 14:48 ` Thomas Petazzoni
2010-11-24 14:33   ` Peter Korsgaard

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