cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs2/mkfs Makefile
@ 2006-08-22 19:16 cfeist
  0 siblings, 0 replies; 3+ messages in thread
From: cfeist @ 2006-08-22 19:16 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-08-22 19:16:40

Modified files:
	gfs2/mkfs      : Makefile 

Log message:
	Don't force the owner to root (breaks rpm build).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- cluster/gfs2/mkfs/Makefile	2006/08/11 15:18:13	1.11
+++ cluster/gfs2/mkfs/Makefile	2006/08/22 19:16:39	1.12
@@ -34,7 +34,7 @@
 	${CC} ${CFLAGS} -o $@ $^
 
 install: all
-	${INSTALL} -m 0755 -g root -o root ${MKFS} ${sbindir}
+	${INSTALL} -m 0755 ${MKFS} ${sbindir}
 	ln -f ${MKFS} ${sbindir}/${JADD}
 
 clean:



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

* [Cluster-devel] cluster/gfs2/mkfs Makefile
@ 2007-03-26 19:41 rpeterso
  0 siblings, 0 replies; 3+ messages in thread
From: rpeterso @ 2007-03-26 19:41 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2007-03-26 20:41:00

Modified files:
	gfs2/mkfs      : Makefile 

Log message:
	Resolves: Bugzilla Bug 233083: Wrong link command in gfs2-utils
	mkfs/Makefile (with solution).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13

--- cluster/gfs2/mkfs/Makefile	2006/08/22 19:16:39	1.12
+++ cluster/gfs2/mkfs/Makefile	2007/03/26 19:41:00	1.13
@@ -35,7 +35,7 @@
 
 install: all
 	${INSTALL} -m 0755 ${MKFS} ${sbindir}
-	ln -f ${MKFS} ${sbindir}/${JADD}
+	ln -f ${sbindir}/${MKFS} ${sbindir}/${JADD}
 
 clean:
 	rm -f *.o ${MKFS} ${JADD}



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

* [Cluster-devel] cluster/gfs2/mkfs Makefile
@ 2007-03-26 19:42 rpeterso
  0 siblings, 0 replies; 3+ messages in thread
From: rpeterso @ 2007-03-26 19:42 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	rpeterso at sourceware.org	2007-03-26 20:42:10

Modified files:
	gfs2/mkfs      : Makefile 

Log message:
	Resolves: Bugzilla Bug 233083: Wrong link command in gfs2-utils
	mkfs/Makefile (with solution).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.12&r2=1.12.2.1

--- cluster/gfs2/mkfs/Makefile	2006/08/22 19:16:39	1.12
+++ cluster/gfs2/mkfs/Makefile	2007/03/26 19:42:09	1.12.2.1
@@ -35,7 +35,7 @@
 
 install: all
 	${INSTALL} -m 0755 ${MKFS} ${sbindir}
-	ln -f ${MKFS} ${sbindir}/${JADD}
+	ln -f ${sbindir}/${MKFS} ${sbindir}/${JADD}
 
 clean:
 	rm -f *.o ${MKFS} ${JADD}



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

end of thread, other threads:[~2007-03-26 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-26 19:41 [Cluster-devel] cluster/gfs2/mkfs Makefile rpeterso
  -- strict thread matches above, loose matches on Subject: below --
2007-03-26 19:42 rpeterso
2006-08-22 19:16 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).