From 5e026220bcc5947d33536a333192d1844b78253e Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Wed, 14 Nov 2012 05:03:05 -0600 Subject: [PATCH] bin/distro-install* are called from Makefile so the env is already there Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e --- bin/distro-install-clean-up | 3 --- bin/distro-install-desktop-integration | 3 --- bin/distro-install-file-lists | 3 --- bin/distro-install-sdk | 3 --- 4 files changed, 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