summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-27 15:02:45 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-27 15:02:45 -0400
commita2b89a5d64b632759c76ab7f90d4f7879d7acb42 (patch)
tree93af33e58a469a8ade8ed4e1435698d00a162786
parent59f78b9bd14862536a81b37b0534ee15984f873a (diff)
downloadfunc-a2b89a5d64b632759c76ab7f90d4f7879d7acb42.tar.gz
func-a2b89a5d64b632759c76ab7f90d4f7879d7acb42.tar.xz
func-a2b89a5d64b632759c76ab7f90d4f7879d7acb42.zip
just some prettyifying
-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