From 907ab0d0505f651c9d8ffa485b03a78732363f31 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 18 Mar 2015 17:49:04 +0100 Subject: [PATCH] scripts/Bootstrap: all build dependencies removed --- scripts/Bootstrap/Tcl/build | 3 +-- scripts/Bootstrap/bash/build | 3 +-- scripts/Bootstrap/dialog/build | 1 - scripts/Bootstrap/gettext/build | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/Bootstrap/Tcl/build b/scripts/Bootstrap/Tcl/build index 402004d..78de767 100755 --- a/scripts/Bootstrap/Tcl/build +++ b/scripts/Bootstrap/Tcl/build @@ -21,7 +21,6 @@ function em.post_install() { { cd "${PREFIX}"/bin && rm -f tclsh && ln -fs tclsh${V%.*} tclsh; }; } -em.add_to_family 'Programming' +em.add_to_family 'Tools' em.set_docfiles 'license.terms' 'README' -em.set_build_dependencies "${COMPILER}" em.make_all diff --git a/scripts/Bootstrap/bash/build b/scripts/Bootstrap/bash/build index 19ef03f..edc9d5b 100755 --- a/scripts/Bootstrap/bash/build +++ b/scripts/Bootstrap/bash/build @@ -8,6 +8,5 @@ function em.configure() { || exit 1 } -em.add_to_family 'System' -em.set_build_dependencies "${COMPILER}" +em.add_to_family 'Tools' em.make_all diff --git a/scripts/Bootstrap/dialog/build b/scripts/Bootstrap/dialog/build index ae80ddd..edc9d5b 100755 --- a/scripts/Bootstrap/dialog/build +++ b/scripts/Bootstrap/dialog/build @@ -9,5 +9,4 @@ function em.configure() { } em.add_to_family 'Tools' -em.set_build_dependencies "${COMPILER}" em.make_all diff --git a/scripts/Bootstrap/gettext/build b/scripts/Bootstrap/gettext/build index 68d8744..9409c14 100755 --- a/scripts/Bootstrap/gettext/build +++ b/scripts/Bootstrap/gettext/build @@ -20,5 +20,4 @@ function em.configure() { } em.add_to_family 'Tools' -em.set_build_dependencies "${COMPILER}" em.make_all