Revision 46118ed2 Makefile.am

b/Makefile.am
154 154
	$(SHELL_ENV_INIT) \
155 155
	daemons/daemon-util \
156 156
	daemons/ganeti-cleaner \
157
	daemons/ganeti-master-cleaner \
158 157
	devel/upload \
159 158
	$(BUILT_EXAMPLES) \
160 159
	doc/examples/bash_completion \
......
646 645

  
647 646
nodist_sbin_SCRIPTS = \
648 647
	$(PYTHON_BOOTSTRAP_SBIN) \
649
	daemons/ganeti-cleaner \
650
	daemons/ganeti-master-cleaner
648
	daemons/ganeti-cleaner
651 649

  
652 650
if ENABLE_CONFD
653 651
htools/ganeti-confd: htools/hconfd
......
717 715
	$(RUN_IN_TEMPDIR) \
718 716
	daemons/daemon-util.in \
719 717
	daemons/ganeti-cleaner.in \
720
	daemons/ganeti-master-cleaner.in \
721 718
	$(pkglib_python_scripts) \
722 719
	devel/upload.in \
723 720
	tools/kvm-ifup.in \
......
754 751
	man/ganeti-cleaner.8 \
755 752
	man/ganeti-confd.8 \
756 753
	man/ganeti-listrunner.8 \
757
	man/ganeti-master-cleaner.8 \
758 754
	man/ganeti-masterd.8 \
759 755
	man/ganeti-noded.8 \
760 756
	man/ganeti-os-interface.7 \
......
1045 1041

  
1046 1042
test/daemon-util_unittest.bash: daemons/daemon-util
1047 1043

  
1048
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner \
1049
  daemons/ganeti-master-cleaner
1044
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
1050 1045

  
1051 1046
test/bash_completion.bash: doc/examples/bash_completion-debug
1052 1047

  
......
1075 1070
doc/examples/bash_completion doc/examples/bash_completion-debug: \
1076 1071
	$(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
1077 1072
	lib/cli.py $(gnt_scripts) $(client_PYTHON) tools/burnin \
1073
	daemons/ganeti-cleaner \
1078 1074
	$(GENERATED_FILES) $(HTOOLS_GENERATED_FILES)
1079 1075
	PYTHONPATH=. $(RUN_IN_TEMPDIR) \
1080 1076
	  $(CURDIR)/$(BUILD_BASH_COMPLETION) $(BC_ARGS) > $@

Also available in: Unified diff