cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster csnap/src/Makefile fence/fenced/Makefi ...
@ 2007-11-12  8:02 fabbione
  0 siblings, 0 replies; only message in thread
From: fabbione @ 2007-11-12  8:02 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-11-12 08:02:11

Modified files:
	csnap/src      : Makefile 
	fence/fenced   : Makefile 
	make           : defines.mk.input 

Log message:
	Clean up STRIP usage. It is not consistent and we shouldn't strip random
	binaries.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/csnap/src/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/defines.mk.input.diff?cvsroot=cluster&r1=1.5&r2=1.6

--- cluster/csnap/src/Makefile	2006/08/11 15:18:05	1.2
+++ cluster/csnap/src/Makefile	2007/11/12 08:02:10	1.3
@@ -38,7 +38,6 @@
 	if [ ! -d ${sbindir} ]; then \
 		install -d ${sbindir}; \
 	fi
-	strip ${TARGET}
 	install -m755 ${binaries} ${sbindir}
 
 clean:
--- cluster/fence/fenced/Makefile	2007/08/28 04:35:42	1.12
+++ cluster/fence/fenced/Makefile	2007/11/12 08:02:11	1.13
@@ -41,7 +41,6 @@
 	if [ ! -d ${sbindir} ]; then \
 		install -d ${sbindir}; \
 	fi
-	strip ${TARGET}
 	install -m755 ${TARGET} ${sbindir}
 
 uninstall:
--- cluster/make/defines.mk.input	2007/09/24 14:39:42	1.5
+++ cluster/make/defines.mk.input	2007/11/12 08:02:11	1.6
@@ -24,7 +24,6 @@
 
 # C Compiler defaults
 CC = @CC@
-STRIP = strip
 AR = ar
 LD = ld
 RANLIB = ranlib



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-12  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12  8:02 [Cluster-devel] cluster csnap/src/Makefile fence/fenced/Makefi fabbione

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).