public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: fabbione@sourceware.org
To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com
Subject: Cluster Project branch, STABLE2, updated. cluster-2.03.03-19-gfb68486
Date: Mon, 09 Jun 2008 19:18:00 -0000	[thread overview]
Message-ID: <20080609191850.28493.qmail@sourceware.org> (raw)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=fb6848630440a0cb6931ec476c2d87329ba4dce5

The branch, STABLE2 has been updated
       via  fb6848630440a0cb6931ec476c2d87329ba4dce5 (commit)
      from  41eb23b17a99c9392829d721b1c3de989ab77941 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb6848630440a0cb6931ec476c2d87329ba4dce5
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date:   Mon Jun 9 21:18:08 2008 +0200

    [BUILD] Clean up standard libraries Makefiles
    
    Fix libdlm linking order.
    
    Standardize invokation to AR.
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 ccs/lib/Makefile   |    2 +-
 cman/lib/Makefile  |    2 +-
 dlm/lib/Makefile   |    8 ++++----
 group/lib/Makefile |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ccs/lib/Makefile b/ccs/lib/Makefile
index cfcbb2a..5fd759a 100644
--- a/ccs/lib/Makefile
+++ b/ccs/lib/Makefile
@@ -33,7 +33,7 @@ CFLAGS += -I${incdir}
 
 
 ${TARGET}: ${OBJS}
-	${AR} cr $@ $^
+	${AR} cru $@ $^
 	${RANLIB} $@
 
 log.c:
diff --git a/cman/lib/Makefile b/cman/lib/Makefile
index fbc4a28..f187085 100644
--- a/cman/lib/Makefile
+++ b/cman/lib/Makefile
@@ -38,7 +38,7 @@ CFLAGS += -I${cmanincdir} -I$(S)/../daemon
 CFLAGS += -I${incdir}
 
 $(TARGET).a: $(TARGET).o
-	${AR} r $@ $^
+	${AR} cru $@ $^
 	${RANLIB} $@
 
 $(TARGET).so.${SOMAJOR}.${SOMINOR}: $(TARGET).o
diff --git a/dlm/lib/Makefile b/dlm/lib/Makefile
index b223df7..d4e53fb 100644
--- a/dlm/lib/Makefile
+++ b/dlm/lib/Makefile
@@ -48,20 +48,20 @@ CFLAGS += -I$(KERNEL_SRC)/include
 PTHREAD_LDFLAGS += -lpthread 
 
 $(TARGET).a: $(TARGET).o $(AISTARGET).o
-	${AR} r $@ $^
+	${AR} cru $@ $^
 	${RANLIB} $@
 
 $(TARGET)_lt.a: $(TARGET)_lt.o
-	${AR} r $@ $^
+	${AR} cru $@ $^
 	${RANLIB} $@
 
 $(TARGET).so.${SOMAJOR}.${SOMINOR}: $(TARGET).po $(AISTARGET).po
-	$(CC) $(PTHREAD_LDFLAGS) $(LDFLAGS) -shared -o $@ -Wl,-soname=$(TARGET).so.$(SOMAJOR) $<
+	$(CC) -shared -o $@ -Wl,-soname=$(TARGET).so.$(SOMAJOR) $< $(PTHREAD_LDFLAGS) $(LDFLAGS)
 	ln -sf $(TARGET).so.$(SOMAJOR).$(SOMINOR) $(TARGET).so
 	ln -sf $(TARGET).so.$(SOMAJOR).$(SOMINOR) $(TARGET).so.$(SOMAJOR)
 
 $(TARGET)_lt.so.${SOMAJOR}.${SOMINOR}: $(TARGET)_lt.po
-	$(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname=$(TARGET)_lt.so.$(SOMAJOR) $<
+	$(CC) -shared -o $@ -Wl,-soname=$(TARGET)_lt.so.$(SOMAJOR) $< $(LDFLAGS)
 	ln -sf $(TARGET)_lt.so.$(SOMAJOR).$(SOMINOR) $(TARGET)_lt.so
 	ln -sf $(TARGET)_lt.so.$(SOMAJOR).$(SOMINOR) $(TARGET)_lt.so.$(SOMAJOR)
 
diff --git a/group/lib/Makefile b/group/lib/Makefile
index 051164c..fc51f97 100644
--- a/group/lib/Makefile
+++ b/group/lib/Makefile
@@ -26,7 +26,7 @@ CFLAGS += -I${incdir}
 
 
 $(TARGET).a: $(TARGET).o
-	${AR} r $@ $^
+	${AR} cru $@ $^
 	${RANLIB} $@
 
 clean: generalclean


hooks/post-receive
--
Cluster Project


                 reply	other threads:[~2008-06-09 19:18 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=20080609191850.28493.qmail@sourceware.org \
    --to=fabbione@sourceware.org \
    --cc=cluster-cvs@sources.redhat.com \
    --cc=cluster-devel@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).