[Cluster-devel] cluster csnap/src/Makefile fence/fenced/Makefi ...

fabbione at sourceware.org fabbione at sourceware.org
Mon Nov 12 08:02:12 UTC 2007


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




More information about the Cluster-devel mailing list