[Asterisk-cvs] asterisk/funcs Makefile,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Sun May 8 14:05:34 CDT 2005


Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv24502/funcs

Modified Files:
	Makefile 
Log Message:
Removed unnecessary strip (bug #4181)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	8 May 2005 17:08:25 -0000	1.4
+++ Makefile	8 May 2005 18:11:55 -0000	1.5
@@ -45,7 +45,6 @@
 
 pbx_functions.so: pbx_functions.o #$(BUILTINS)
 	$(CC) $(SOLINK) -o $@ $<
-	strip $(foreach f,$(FUNC_STRUCTS),-N $(f)) $@
 
 install: all
 	for x in $(FUNCS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done




More information about the svn-commits mailing list