[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jan 3 17:36:26 UTC 2011
branch "master" has been updated
via 6c650d5923be12ff336a8e3eb61f2583e48d6445 (commit)
from 350c834b24c0eda83bd43013c6a347e288b3cbb5 (commit)
Summary of changes:
gitall-asterisk-scf.sh | 17 +++--------------
1 files changed, 3 insertions(+), 14 deletions(-)
- Log -----------------------------------------------------------------
commit 6c650d5923be12ff336a8e3eb61f2583e48d6445
Author: David M. Lee <dlee at digium.com>
Date: Sat Jan 1 03:35:29 2011 -0600
Simplified pj/config_site.h creation.
diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 90a8784..636a2ab 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -156,23 +156,12 @@ EOF
echo " "
done
- touchpjsiteconfig
+ # Make sure that config_site.h exists for Windows.
+ # harmless for all other platforms
+ touch ./pjproject/pjlib/include/pj/config_site.h
} # pull
-
-# Insure pjproject config_site.h file exists.
-function touchpjsiteconfig()
-{
- case $(uname -s) in
- MINGW32*) # fMake sure that config_site.h exists for Windows.
- echo "Touching pjproject's config_site.h"
- touch ./pjproject/pjlib/include/pj/config_site.h
- ;;
- esac
-
-} # touchpjsiteconfig
-
function passthrough()
{
for repo in . "${repos[@]}"; do
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list