qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] Makefile: Add missing rule for config-devices.m


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH] Makefile: Add missing rule for config-devices.mak
Date: Thu, 26 Nov 2009 14:13:53 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4


What about overwriting it automatically when it was not modified
by the user? This would only need a backup copy of the original
default configuration. I assume that most users don't change
config-devices.mak, so they would be happy with this solution.
Calling "make defconfig" is only the second best solution for them.

A more sophisticated solution could try to create a patch from
original default configuration and user modified configuration.
Make could try to apply this patch to the new default configuration,
and if there is no conflict, all is fine as well.

What about writing an include directive for the default config instead? Then the user can add his overrides to the bottom of the include.

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]