public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* dlm: master - build: remove notifyd
@ 2009-03-31 18:14 Fabio M. Di Nitto
0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-03-31 18:14 UTC (permalink / raw)
To: cluster-cvs-relay
Gitweb: http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=cd5c03dfeda29757f604c95d7d61c0127ac57a38
Commit: cd5c03dfeda29757f604c95d7d61c0127ac57a38
Parent: 625fa3e6ded1623146e7bcd06a3372fb4f616f2b
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate: Tue Mar 31 20:13:40 2009 +0200
Committer: Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Mar 31 20:13:40 2009 +0200
build: remove notifyd
kill oversight from merging
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 17ae3c3..c736105 100644
--- a/Makefile
+++ b/Makefile
@@ -31,14 +31,12 @@ oldconfig:
install:
set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
- install -d ${notifyddir}
install -d ${logdir}
install -d ${DESTDIR}/var/lib/cluster
install -d ${DESTDIR}/var/run/cluster
uninstall:
set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
- rmdir ${notifyddir} || :;
rmdir ${logdir} || :;
rmdir ${DESTDIR}/var/lib/cluster || :;
rmdir ${DESTDIR}/var/run/cluster || :;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-31 18:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-31 18:14 dlm: master - build: remove notifyd Fabio M. Di Nitto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).