summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/distro-install-clean-up3
-rwxr-xr-xbin/distro-install-desktop-integration3
-rwxr-xr-xbin/distro-install-file-lists3
-rwxr-xr-xbin/distro-install-sdk3
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