bin/distro-install* are called from Makefile so the env is already there

Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
This commit is contained in:
Norbert Thiebaud
2012-11-14 05:03:05 -06:00
parent 02b013cf9e
commit 5e026220bc
4 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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