mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@134 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
18
modmake.sh
18
modmake.sh
@@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
pwd=$1
|
||||
shift
|
||||
mod=$1
|
||||
shift
|
||||
|
||||
make=`which gmake`
|
||||
|
||||
if [ -z $make ] ; then
|
||||
make=`which make`
|
||||
fi
|
||||
|
||||
if [ -f $mod/Makefile ] ; then
|
||||
$make -C $mod
|
||||
else
|
||||
$make -f $pwd/generic_mod.mk -C $mod
|
||||
fi
|
||||
|
Reference in New Issue
Block a user