mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-24 18:42:03 +00:00
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: Daniel Miranda <danielkza2@gmail.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
57221f67fe
commit
0efd7f7fc5
@ -3,9 +3,6 @@ config_DATA = default.conf
|
||||
|
||||
EXTRA_DIST = default.conf.ubuntu default.conf.libvirt default.conf.unknown
|
||||
|
||||
clean-local:
|
||||
@$(RM) -f default.conf
|
||||
|
||||
distclean-local:
|
||||
@$(RM) -f default.conf
|
||||
@$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user