LP#1392759 dev/pack makefile.install repairs
authorBill Erickson <berickxx@gmail.com>
Thu, 8 Jan 2015 15:09:08 +0000 (10:09 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 13 Jan 2015 21:16:08 +0000 (16:16 -0500)
* remove 'make', since you can't execute a Makefile without it.
* remove duplicate installation of auto* packages for debian-wheezy

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/extras/install/Makefile.debian-jessie
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.ubuntu-precise
Open-ILS/src/extras/install/Makefile.ubuntu-trusty

index 3908219..cdf7ab4 100644 (file)
@@ -101,7 +101,6 @@ PGSQL_SERVER_DEBS_93 = \
 # nodejs-legacy creates a symlink for /usr/bin/node -> /usr/bin/nodejs
 # which is needed by our npm-installed packages
 DEVELOPER_DEBS = \
-       make \
        automake \
        autoconf \
        libtool \
index 5637da2..570b58f 100644 (file)
@@ -99,16 +99,11 @@ PGSQL_SERVER_DEBS_91 = \
 # where Evergreen and its prereqs are not installed.
 
 DEVELOPER_DEBS = \
-       make \
        automake \
        autoconf \
        libtool 
 
 PACKAGER_DEBS = \
-       make \
-       automake \
-       autoconf \
-       libtool \
        libtemplate-perl \
        liblocale-maketext-lexicon-perl \
        asciidoc \
index faf713f..f960181 100644 (file)
@@ -103,7 +103,6 @@ PGSQL_SERVER_DEBS_91 = \
 # where Evergreen and its prereqs are not installed.
 
 DEVELOPER_DEBS = \
-       make \
        automake \
        autoconf \
        libtool 
index c1c61ee..ac06893 100644 (file)
@@ -109,7 +109,6 @@ PGSQL_SERVER_DEBS_93 = \
 # nodejs-legacy creates a symlink for /usr/bin/node -> /usr/bin/nodejs
 # which is needed by our npm-installed packages
 DEVELOPER_DEBS = \
-       make \
        automake \
        autoconf \
        libtool \