cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/dlm/lib Makefile
@ 2006-07-10 18:25 cfeist
  0 siblings, 0 replies; 5+ messages in thread
From: cfeist @ 2006-07-10 18:25 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-07-10 18:25:15

Modified files:
	dlm/lib        : Makefile 

Log message:
	Added -lpthread to LDFLAGS to fix bz #198187 (Unresolved symbols w/ ldd -r)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15

--- cluster/dlm/lib/Makefile	2006/06/15 09:34:42	1.14
+++ cluster/dlm/lib/Makefile	2006/07/10 18:25:15	1.15
@@ -23,7 +23,7 @@
 include ${top_srcdir}/make/defines.mk
 
 CFLAGS += -g -I. -O2 
-LDFLAGS +=  
+LDFLAGS += -lpthread 
 
 all: $(STATICLIB) $(SHAREDLIB)
 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/dlm/lib Makefile
@ 2007-04-18  8:02 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2007-04-18  8:02 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	pcaulfield at sourceware.org	2007-04-18 09:02:36

Modified files:
	dlm/lib        : Makefile 

Log message:
	Install udev rules file

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.1&r2=1.7.2.2

--- cluster/dlm/lib/Makefile	2005/02/07 10:35:05	1.7.2.1
+++ cluster/dlm/lib/Makefile	2007/04/18 08:02:35	1.7.2.2
@@ -69,6 +69,8 @@
 install: all
 	install -d ${incdir}
 	install -m644 libdlm.h ${incdir}
+	install -d ${DESTDIR}/etc/udev/rules.d
+	install -m644 ../scripts/51-dlm.rules ${DESTDIR}/etc/udev/rules.d
 	install -d ${libdir}
 	install $(LIBNAME).a ${libdir}
 	install $(LIBNAME)_lt.a ${libdir}



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/dlm/lib Makefile
@ 2007-04-18  8:03 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2007-04-18  8:03 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL45
Changes by:	pcaulfield at sourceware.org	2007-04-18 09:03:21

Modified files:
	dlm/lib        : Makefile 

Log message:
	Install udev rules file
	bz#223907

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.7.2.1&r2=1.7.2.1.14.1

--- cluster/dlm/lib/Makefile	2005/02/07 10:35:05	1.7.2.1
+++ cluster/dlm/lib/Makefile	2007/04/18 08:03:21	1.7.2.1.14.1
@@ -69,6 +69,8 @@
 install: all
 	install -d ${incdir}
 	install -m644 libdlm.h ${incdir}
+	install -d ${DESTDIR}/etc/udev/rules.d
+	install -m644 ../scripts/51-dlm.rules ${DESTDIR}/etc/udev/rules.d
 	install -d ${libdir}
 	install $(LIBNAME).a ${libdir}
 	install $(LIBNAME)_lt.a ${libdir}



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/dlm/lib Makefile
@ 2007-04-18  8:06 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2007-04-18  8:06 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2007-04-18 09:06:54

Modified files:
	dlm/lib        : Makefile 

Log message:
	Install udev rules file

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17

--- cluster/dlm/lib/Makefile	2006/08/11 15:18:06	1.16
+++ cluster/dlm/lib/Makefile	2007/04/18 08:06:54	1.17
@@ -58,6 +58,8 @@
 	install -d ${incdir}
 	install -m644 libdlm.h ${incdir}
 	install -d ${libdir}
+	install -d ${DESTDIR}/etc/udev/rules.d
+	install -m644 ../scripts/51-dlm.rules ${DESTDIR}/etc/udev/rules.d
 	install $(LIBNAME).a ${libdir}
 	install $(LIBNAME)_lt.a ${libdir}
 	install $(LIBNAME).so.$(RELEASE_MAJOR).$(RELEASE_MINOR) ${libdir}
@@ -69,6 +71,7 @@
 
 uninstall:
 	${UNINSTALL} libdlm.h ${incdir}
+	$(UNINSTALL} ${DESTDIR}/etc/udev/rules.d/51-dlm.rules
 	${UNINSTALL} \
 		${LIBNAME}.a \
 		${LIBNAME}_lt.a \



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/dlm/lib Makefile
@ 2007-04-18  8:07 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2007-04-18  8:07 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	pcaulfield at sourceware.org	2007-04-18 09:07:31

Modified files:
	dlm/lib        : Makefile 

Log message:
	Install udev rules file

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.16&r2=1.16.2.1

--- cluster/dlm/lib/Makefile	2006/08/11 15:18:06	1.16
+++ cluster/dlm/lib/Makefile	2007/04/18 08:07:31	1.16.2.1
@@ -58,6 +58,8 @@
 	install -d ${incdir}
 	install -m644 libdlm.h ${incdir}
 	install -d ${libdir}
+	install -d ${DESTDIR}/etc/udev/rules.d
+	install -m644 ../scripts/51-dlm.rules ${DESTDIR}/etc/udev/rules.d
 	install $(LIBNAME).a ${libdir}
 	install $(LIBNAME)_lt.a ${libdir}
 	install $(LIBNAME).so.$(RELEASE_MAJOR).$(RELEASE_MINOR) ${libdir}
@@ -69,6 +71,7 @@
 
 uninstall:
 	${UNINSTALL} libdlm.h ${incdir}
+	$(UNINSTALL} ${DESTDIR}/etc/udev/rules.d/51-dlm.rules
 	${UNINSTALL} \
 		${LIBNAME}.a \
 		${LIBNAME}_lt.a \



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-18  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18  8:06 [Cluster-devel] cluster/dlm/lib Makefile pcaulfield
  -- strict thread matches above, loose matches on Subject: below --
2007-04-18  8:07 pcaulfield
2007-04-18  8:03 pcaulfield
2007-04-18  8:02 pcaulfield
2006-07-10 18:25 cfeist

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 NNTP newsgroup(s).