mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3086 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
dba1b9b7a1
commit
78697e7dfe
@ -59,7 +59,7 @@ fi
|
|||||||
if [ ! -f $root/.nothanks ] && [ $uncompressed/.complete -ot $uncompressed ] ; then
|
if [ ! -f $root/.nothanks ] && [ $uncompressed/.complete -ot $uncompressed ] ; then
|
||||||
echo remove stale .complete
|
echo remove stale .complete
|
||||||
rm $uncompressed/.complete
|
rm $uncompressed/.complete
|
||||||
cd $uncompressed && $MAKE clean distclean
|
sh -c "cd $uncompressed && $MAKE clean distclean"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $uncompressed/.complete ] ; then
|
if [ -f $uncompressed/.complete ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user