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

Modified Files:
        Makefile 
Log Message:
allow PROC to be supplied on the make command line (bug #4570)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- Makefile    21 Jun 2005 22:16:30 -0000      1.168
+++ Makefile    22 Jun 2005 00:09:27 -0000      1.169
@@ -33,7 +33,7 @@
 
 ifeq (${OSARCH},Linux)
 ifeq ($(CROSS_COMPILE),)
-PROC=$(shell uname -m)
+PROC?=$(shell uname -m)
 else
 PROC=$(CROSS_PROC)
 endif

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to