make script work on solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1395 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e00f82c550
commit
d9e8100737
|
@ -1,9 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ ! -z $1 ] ; then
|
||||
if [ $1 = force ] ; then
|
||||
if eval test x${1} = xforce ; then
|
||||
rm -f .version
|
||||
fi
|
||||
fi
|
||||
|
||||
force=0
|
||||
|
@ -16,6 +14,3 @@ if [ $oldversion != $version ] || [ $force = 1 ] ; then
|
|||
echo $version > .version
|
||||
make modclean
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue