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: cluster: STABLE3 - gfs: fsck and mkfs binaries should be in /sbin
Date: Mon, 04 May 2009 07:43:00 -0000	[thread overview]
Message-ID: <20090504074303.7CE4212036E@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f0f94d388f158ff2f80dca6aacff3b41c291f79f
Commit:        f0f94d388f158ff2f80dca6aacff3b41c291f79f
Parent:        dd0ae1a244b7d97ce452ea3335586380f0df89f6
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon May 4 09:42:19 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon May 4 09:42:19 2009 +0200

gfs: fsck and mkfs binaries should be in /sbin

also cleanup the Makefiles and remove more obsolted compat
symlinks.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 gfs/gfs_fsck/Makefile |   12 ++++++------
 gfs/gfs_mkfs/Makefile |    8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gfs/gfs_fsck/Makefile b/gfs/gfs_fsck/Makefile
index af7637d..c0e5938 100644
--- a/gfs/gfs_fsck/Makefile
+++ b/gfs/gfs_fsck/Makefile
@@ -1,8 +1,8 @@
-TARGET1= fsck.gfs
+TARGET= fsck.gfs
 
-SBINDIRT=$(TARGET1)
+FORCESBINT= $(TARGET)
 
-all: ${TARGET1}
+all: ${TARGET}
 
 include ../../make/defines.mk
 include $(OBJDIR)/make/cobj.mk
@@ -47,7 +47,7 @@ CFLAGS += -I${incdir}
 
 LDFLAGS += -L${libdir}
 
-${TARGET1}: $(OBJS)
+${TARGET}: $(OBJS)
 	$(CC) -o $@ $^ $(LDFLAGS)
 
 test_block_list: block_list.o bitmap.o log.o test_block_list.o
@@ -59,9 +59,9 @@ test_bitmap: bitmap.o test_bitmap.o log.o
 clean: generalclean
 	rm -f test_block_list test_bitmap
 
-${TARGET1}.pot: $(OBJS:.o=.c)
+${TARGET}.pot: $(OBJS:.o=.c)
 	xgettext -C -F --keyword=print_log --keyword=log_debug --keyword=log_info --keyword=_ \
 	 --keyword=log_notice --keyword=log_warn --keyword=log_err --keyword=log_crit \
-	 --keyword=log_debug --keyword=log_err --keyword=log_print -d - $(OBJS:.o=.c) > ${TARGET1}.pot
+	 --keyword=log_debug --keyword=log_err --keyword=log_print -d - $(OBJS:.o=.c) > ${TARGET}.pot
 
 -include $(OBJS:.o=.d)
diff --git a/gfs/gfs_mkfs/Makefile b/gfs/gfs_mkfs/Makefile
index 39d53a7..165644b 100644
--- a/gfs/gfs_mkfs/Makefile
+++ b/gfs/gfs_mkfs/Makefile
@@ -1,8 +1,8 @@
-TARGET1= mkfs.gfs
+TARGET= mkfs.gfs
 
-SBINDIRT=$(TARGET1)
+FORCESBINT= $(TARGET)
 
-all: depends ${TARGET1}
+all: depends ${TARGET}
 
 include ../../make/defines.mk
 include $(OBJDIR)/make/cobj.mk
@@ -28,7 +28,7 @@ LDFLAGS += -L${libdir}
 
 LDDEPS += ../libgfs/libgfs.a
 
-${TARGET1}: ${OBJS} ${LDDEPS}
+${TARGET}: ${OBJS} ${LDDEPS}
 	$(CC) -o $@ $^ $(LDFLAGS)
 
 depends:


                 reply	other threads:[~2009-05-04  7:43 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=20090504074303.7CE4212036E@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).