summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 789c591..2837eac 100755
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,7 @@ clean_harder:
-rm -rf /etc/func
-rm -rf /var/lib/func
-clean_hardest:
- -rpm -e func
+clean_hardest: clean_rpms
manpage:
pod2man --center="funcd" --release="" ./docs/funcd.pod | gzip -c > ./docs/funcd.1.gz
@@ -54,22 +53,20 @@ install_hard: clean_hard install
install_harder: clean_harder install
+install_hardest: clean_harder clean_rpms rpms install_rpm restart
+
+install_rpm:
+ -rpm -Uvh rpm-build/func-$(VERSION)-$(RELEASE)$(shell rpm -E "%{?dist}").noarch.rpm
+
restart:
-/etc/init.d/certmaster restart
-/etc/init.d/funcd restart
-
recombuild: install_harder restart
-
clean_rpms:
-rpm -e func
-install_rpm:
- -rpm -Uvh rpm-build/func-$(VERSION)-$(RELEASE)$(shell rpm -E "%{?dist}").noarch.rpm
-
-install_hardest: clean_harder clean_rpms rpms install_rpm restart
-
sdist: messages
python setup.py sdist