[Asterisk-cvs] asterisk Makefile,1.168,1.169
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Tue Jun 21 20:08:41 CDT 2005
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
More information about the svn-commits
mailing list