diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-14 05:03:05 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-14 05:18:36 -0600 |
commit | 5e026220bcc5947d33536a333192d1844b78253e (patch) | |
tree | 67a045d35ac3d57aba0e3f827cea2f019566f318 /bin | |
parent | 02b013cf9efd76c770f95e6d4c050c828f280003 (diff) |
bin/distro-install* are called from Makefile so the env is already there
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/distro-install-clean-up | 3 | ||||
-rwxr-xr-x | bin/distro-install-desktop-integration | 3 | ||||
-rwxr-xr-x | bin/distro-install-file-lists | 3 | ||||
-rwxr-xr-x | bin/distro-install-sdk | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/bin/distro-install-clean-up b/bin/distro-install-clean-up index 170ceb910beb..701c9ffa0972 100755 --- a/bin/distro-install-clean-up +++ b/bin/distro-install-clean-up @@ -1,9 +1,6 @@ #!/bin/sh if test -z "${SRC_ROOT}"; then - source ./config_host.mk.source -fi -if test -z "${SOLARENV}"; then echo "distro-install-clean-up: No environment set!" exit 1 fi diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration index c5482a865f5b..ab7da92f173b 100755 --- a/bin/distro-install-desktop-integration +++ b/bin/distro-install-desktop-integration @@ -1,9 +1,6 @@ #!/bin/sh if test -z "${SRC_ROOT}"; then - source ./config_host.mk.source -fi -if test -z "${SOLARENV}"; then echo "distro-install-clean-up: No environment set!" exit 1 fi diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists index ce315906f10f..9a9375db7b1e 100755 --- a/bin/distro-install-file-lists +++ b/bin/distro-install-file-lists @@ -1,9 +1,6 @@ #!/bin/sh if test -z "${SRC_ROOT}"; then - source ./config_host.mk.source -fi -if test -z "${SOLARENV}"; then echo "distro-install-clean-up: No environment set!" exit 1 fi diff --git a/bin/distro-install-sdk b/bin/distro-install-sdk index 7184f35a32c7..7b1504e01e6d 100755 --- a/bin/distro-install-sdk +++ b/bin/distro-install-sdk @@ -1,9 +1,6 @@ #!/bin/sh if test -z "${SRC_ROOT}"; then - source ./config_host.mk.source -fi -if test -z "${SOLARENV}"; then echo "distro-install-clean-up: No environment set!" exit 1 fi |