Kaydet (Commit) 5e026220 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

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

Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
üst 02b013cf
#!/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
......
#!/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
......
#!/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
......
#!/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment