Commit ff117dab by Daniel Miranda Committed by Stéphane Graber

build: don't remove configuration template on clean

Now that default.conf is generated/linked during the configuration phase, it should not longer be removed in the 'clean' stage, or subsequent builds will fail. Only remove it during 'dist-clean'. Signed-off-by: 's avatarDaniel Miranda <danielkza2@gmail.com> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 43d8085d
...@@ -3,9 +3,6 @@ config_DATA = default.conf ...@@ -3,9 +3,6 @@ config_DATA = default.conf
EXTRA_DIST = default.conf.ubuntu default.conf.libvirt default.conf.unknown EXTRA_DIST = default.conf.ubuntu default.conf.libvirt default.conf.unknown
clean-local:
@$(RM) -f default.conf
distclean-local: distclean-local:
@$(RM) -f default.conf @$(RM) -f default.conf
@$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile @$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment