[asterisk-commits] branch 1.2 r23636 - in /branches/1.2: Makefile
apps/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Apr 30 06:38:23 MST 2006
Author: kpfleming
Date: Sun Apr 30 08:38:22 2006
New Revision: 23636
URL: http://svn.digium.com/view/asterisk?rev=23636&view=rev
Log:
remove extraneous -m64 flag that is not needed
remove old 'look' target which is no longer needed
(these are coming from Debian patches <G>)
Modified:
branches/1.2/Makefile
branches/1.2/apps/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?rev=23636&r1=23635&r2=23636&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Sun Apr 30 08:38:22 2006
@@ -181,7 +181,6 @@
# You must have GCC 3.4 to use k8, otherwise use athlon
PROC=k8
#PROC=athlon
- OPTIONS+=-m64
endif
ifeq ($(PROC),sparc64)
Modified: branches/1.2/apps/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/Makefile?rev=23636&r1=23635&r2=23636&view=diff
==============================================================================
--- branches/1.2/apps/Makefile (original)
+++ branches/1.2/apps/Makefile Sun Apr 30 08:38:22 2006
@@ -86,7 +86,7 @@
all: $(APPS)
clean:
- rm -f *.so *.o look .depend
+ rm -f *.so *.o .depend
%.so : %.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
@@ -111,9 +111,6 @@
app_sql_odbc.so: app_sql_odbc.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lodbc
-look: look.c
- $(CC) -pipe -O6 -g look.c -o look -lncurses
-
ifeq (SunOS,$(shell uname))
app_chanspy.so: app_chanspy.o
$(CC) $(SOLINK) -o $@ $< -lrt
More information about the asterisk-commits
mailing list