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

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-06-12 22:55:38

Modified files:
	group/daemon   : Makefile 

Log message:
	Not necessary to specify /sbin.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- cluster/group/daemon/Makefile	2006/06/12 22:50:48	1.9
+++ cluster/group/daemon/Makefile	2006/06/12 22:55:38	1.10
@@ -44,5 +44,5 @@
 	rm -f *.o groupd
 
 install: groupd
-	install groupd ${sbindir}/sbin
+	install groupd ${sbindir}
 



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

* [Cluster-devel] cluster/group/daemon Makefile
@ 2006-06-28 19:55 teigland
  0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2006-06-28 19:55 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-06-28 19:55:32

Modified files:
	group/daemon   : Makefile 

Log message:
	Fix install
	From: fabbione at ubuntu.com (Fabio M. Di Nitto)

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

--- cluster/group/daemon/Makefile	2006/06/21 20:43:54	1.11
+++ cluster/group/daemon/Makefile	2006/06/28 19:55:32	1.12
@@ -48,6 +48,7 @@
 	rm -f *.o groupd
 
 install: groupd
+	install -d ${sbindir}
 	install groupd ${sbindir}
 
 uninstall:



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

* [Cluster-devel] cluster/group/daemon Makefile
@ 2007-12-22 12:18 fabbione
  0 siblings, 0 replies; 3+ messages in thread
From: fabbione @ 2007-12-22 12:18 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-12-22 12:18:55

Modified files:
	group/daemon   : Makefile 

Log message:
	Convert to use make/clean.mk

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.24&r2=1.25

--- cluster/group/daemon/Makefile	2007/12/21 20:13:53	1.24
+++ cluster/group/daemon/Makefile	2007/12/22 12:18:54	1.25
@@ -33,8 +33,7 @@
 ${TARGET}: ${OBJS}
 	$(CC) -o $@ $^ $(LDFLAGS)
 
-clean:
-	rm -f *.o groupd
+clean: generalclean
 
 install: all
 	install -d ${sbindir}



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

end of thread, other threads:[~2007-12-22 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 19:55 [Cluster-devel] cluster/group/daemon Makefile teigland
  -- strict thread matches above, loose matches on Subject: below --
2007-12-22 12:18 fabbione
2006-06-12 22:55 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).