]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
build: don't remove configuration template on clean
authorDaniel Miranda <danielkza2@gmail.com>
Mon, 25 Aug 2014 21:16:42 +0000 (18:16 -0300)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 25 Aug 2014 23:09:00 +0000 (19:09 -0400)
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>
config/etc/Makefile.am

index 03193da0458d8d4fe1a86353fa7f19945206f4f2..a830aef3568dc44bf8e9938d2fcc72a4ae4d5af7 100644 (file)
@@ -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