commit | e92af6ec85e08ff0da8faadde7fbf6bc84568578 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Mon Jul 16 10:41:30 2018 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Mon Aug 27 11:27:06 2018 +0200 |
tree | 9aa6f776f9a3cf6855b58f33b453f8028a4ebf2c | |
parent | 235c82acca0491465e94be3cae2583b42d37c859 [diff] |
configure: We don't want to clean configuration files If you don't want to compile everything, you configure config-devices.mak. And then make clean remove it, and make will create a default one without your configuration. Fix it by not removing it on clean target. Remove it instead on distclean. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> --- Remove it instead on distclean.