public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: dlm: master - build: remove notifyd
Date: Tue, 31 Mar 2009 18:14:00 -0000	[thread overview]
Message-ID: <20090331181407.EBF07120197@lists.fedorahosted.org> (raw)

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 || :;


                 reply	other threads:[~2009-03-31 18:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090331181407.EBF07120197@lists.fedorahosted.org \
    --to=fabbione@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).