[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
Sun Apr 17 20:26:58 CDT 2011
branch "master" has been updated
via a54ae4b1482cbc76a0d6e5cf984a2e16781018b1 (commit)
from 89cd02fa3eac8a96546385f26635cb81457d34e1 (commit)
Summary of changes:
gitall-asterisk-scf.sh | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit a54ae4b1482cbc76a0d6e5cf984a2e16781018b1
Author: David M. Lee <dlee at digium.com>
Date: Sun Apr 17 20:24:17 2011 -0500
Moved creation of config_site.h to cmake scripts.
This used to happen in the gitall script, but I got tired of it being
missing whenever I cleaned out the pjproject directory.
diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 47c03f2..5cbe598 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -213,14 +213,6 @@ EOF
fi
} 2>&1 | collapse
done
-
- # Make sure that config_site.h exists for Windows.
- # harmless for all other platforms. Only touch it if you have to
- # to avoid triggering needless builds.
- if ! test -e ./pjproject/pjlib/include/pj/config_site.h; then
- touch ./pjproject/pjlib/include/pj/config_site.h
- fi
-
} # pull
function passthrough()
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list