summaryrefslogtreecommitdiff
path: root/conf/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-04-22 10:05:02 -0500
committerDavid Teigland <teigland@redhat.com>2015-04-22 10:05:02 -0500
commit33429ea0833c958f2f548c231b301243e06e81bd (patch)
tree19b22ef7f6f055f631e128b70d9617dad9d8a058 /conf/Makefile.in
parent808f88f9f0db2f744c0f2517fa4aa4f7b9c138ec (diff)
downloadlvm2-33429ea0833c958f2f548c231b301243e06e81bd.tar.gz
make: autoconfisms for generate
Diffstat (limited to 'conf/Makefile.in')
-rw-r--r--conf/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/Makefile.in b/conf/Makefile.in
index 5e8a0b502..ee78f6aa9 100644
--- a/conf/Makefile.in
+++ b/conf/Makefile.in
@@ -29,10 +29,10 @@ include $(top_builddir)/make.tmpl
generate:
LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withfullcomments --ignorelocal > example.conf.gen
cat example.conf.base example.conf.gen > example.conf.in
- rm example.conf.gen
+ $(RM) example.conf.gen
LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withfullcomments local > lvmlocal.conf.gen
cat lvmlocal.conf.base lvmlocal.conf.gen > lvmlocal.conf.in
- rm lvmlocal.conf.gen
+ $(RM) lvmlocal.conf.gen
install_conf: $(CONFSRC)
@if [ ! -e $(confdir)/$(CONFDEST) ]; then \
@@ -54,4 +54,4 @@ install_lvm2: install_conf install_localconf install_profiles
install: install_lvm2
-DISTCLEAN_TARGETS += $(CONFSRC) $(CONFLOCAL) $(PROFILE_TEMPLATES)
+DISTCLEAN_TARGETS += $(CONFSRC) $(CONFLOCAL) $(PROFILE_TEMPLATES) $(CONFSRC).gen $(CONFLOCAL).gen