bin/distro-install* are called from Makefile so the env is already there
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test -z "${SRC_ROOT}"; then
|
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!"
|
echo "distro-install-clean-up: No environment set!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test -z "${SRC_ROOT}"; then
|
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!"
|
echo "distro-install-clean-up: No environment set!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test -z "${SRC_ROOT}"; then
|
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!"
|
echo "distro-install-clean-up: No environment set!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test -z "${SRC_ROOT}"; then
|
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!"
|
echo "distro-install-clean-up: No environment set!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user