|
@@ -20,6 +20,7 @@ LICENSE=$( cat << DELIM
|
|
#
|
|
#
|
|
# Contributor(s):
|
|
# Contributor(s):
|
|
# Gill Abada <[email protected]>
|
|
# Gill Abada <[email protected]>
|
|
|
|
+# Mark J Crane <[email protected]>
|
|
#------------------------------------------------------------------------------
|
|
#------------------------------------------------------------------------------
|
|
DELIM
|
|
DELIM
|
|
)
|
|
)
|
|
@@ -2666,7 +2667,7 @@ if [ $UPGFREESWITCH -eq 1 ]; then
|
|
else
|
|
else
|
|
/bin/echo
|
|
/bin/echo
|
|
/bin/echo ' going to run make curent'
|
|
/bin/echo ' going to run make curent'
|
|
- /bin/echo " Make current completely cleans the build environment and rebuilds FreeSWITCH™"
|
|
|
|
|
|
+ /bin/echo " Make current completely cleans the build environment and rebuilds FreeSWITCH™"
|
|
/bin/echo " so it runs a long time. However, it will not overwrite files in a pre-existing"
|
|
/bin/echo " so it runs a long time. However, it will not overwrite files in a pre-existing"
|
|
/bin/echo ' "conf" directory. Also, the clean targets leave the "modules.conf" file.'
|
|
/bin/echo ' "conf" directory. Also, the clean targets leave the "modules.conf" file.'
|
|
/bin/echo " This handles the git pull, cleanup, and rebuild in one step"
|
|
/bin/echo " This handles the git pull, cleanup, and rebuild in one step"
|