From 35eec3704c036911ef951ab10764ea36f237494c Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 22 Jul 2014 15:19:40 -0500 Subject: [PATCH] just do the sounds too --- build/Makefile.centos5 | 2 +- build/Makefile.centos6 | 2 +- build/Makefile.openbsd | 2 +- build/Makefile.solaris11 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Makefile.centos5 b/build/Makefile.centos5 index 7eab269d46..ba3188603b 100644 --- a/build/Makefile.centos5 +++ b/build/Makefile.centos5 @@ -32,7 +32,7 @@ freeswitch.git/bootstrap.sh: has-git test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git install: freeswitch - cd freeswitch.git && make install + cd freeswitch.git && make install cd-sounds-install cd-moh-install install-git: .done .done: diff --git a/build/Makefile.centos6 b/build/Makefile.centos6 index c0dd9b761f..463e31c8c7 100644 --- a/build/Makefile.centos6 +++ b/build/Makefile.centos6 @@ -25,7 +25,7 @@ rpmforge: (which rpm && rpm -i http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm) || true install: - cd freeswitch.git && make install + cd freeswitch.git && make install cd-sounds-install cd-moh-install has-git: @git --version || (echo "please install git" && false) diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 444471066f..58b0051720 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -27,7 +27,7 @@ freeswitch.git/bootstrap.sh: has-git test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git install: - cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install + cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install cd-sounds-install cd-moh-install clean: @rm -rf openssl* ldns* jpeg* pcre* perl* pkg-config* speex* sqlite* libedit* curl* *~ diff --git a/build/Makefile.solaris11 b/build/Makefile.solaris11 index 0097ba1196..c510808e1e 100644 --- a/build/Makefile.solaris11 +++ b/build/Makefile.solaris11 @@ -34,7 +34,7 @@ freeswitch.git/bootstrap.sh: has-git test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git install: freeswitch - cd freeswitch.git && gmake install + cd freeswitch.git && gmake install cd-sounds-install cd-moh-install install-git: pkg install git autoconf automake libtool libjpeg gcc-45 wget