[asterisk-commits] kpfleming: branch 1.4 r45410 -
/branches/1.4/build_tools/prep_tarball
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Oct 17 15:31:54 MST 2006
Author: kpfleming
Date: Tue Oct 17 17:31:54 2006
New Revision: 45410
URL: http://svn.digium.com/view/asterisk?rev=45410&view=rev
Log:
add a project-specific script to be used during release preparation
Added:
branches/1.4/build_tools/prep_tarball (with props)
Added: branches/1.4/build_tools/prep_tarball
URL: http://svn.digium.com/view/asterisk/branches/1.4/build_tools/prep_tarball?rev=45410&view=auto
==============================================================================
--- branches/1.4/build_tools/prep_tarball (added)
+++ branches/1.4/build_tools/prep_tarball Tue Oct 17 17:31:54 2006
@@ -1,0 +1,8 @@
+#!/bin/sh -e
+
+# This script will be executed by the 'mkrelease' script to do any tasks
+# necessary during tarball creation of this project.
+#
+# It will be executed from the top-level directory of the project.
+
+make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV
Propchange: branches/1.4/build_tools/prep_tarball
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/build_tools/prep_tarball
------------------------------------------------------------------------------
svn:executable = *
Propchange: branches/1.4/build_tools/prep_tarball
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/build_tools/prep_tarball
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list