Drop deprecated and broken make.
This commit is contained in:
parent
1cf16378a5
commit
952694d8df
1 changed files with 1 additions and 7 deletions
|
@ -37,13 +37,7 @@ then
|
|||
rm -rf build.${DISTRO}-${DEVICE}.${ARCH}
|
||||
fi
|
||||
|
||||
if [ ! -d "build.${DISTRO}-${DEVICE_ROOT}.${ARCH}" ]
|
||||
then
|
||||
echo "Building the device root (${DEVICE_ROOT})."
|
||||
make ${DEVICE_ROOT}
|
||||
fi
|
||||
|
||||
# Ensure the DEVICE_ROOT is built before DEVICE
|
||||
# Ensure the DEVICE_ROOT is built before DEVICE
|
||||
if [ ! -d "build.${DISTRO}-${DEVICE_ROOT}.${ARCH}" ]
|
||||
then
|
||||
echo "ERROR: Can't find build root build.${DISTRO}-${DEVICE_ROOT}.${ARCH}"
|
||||
|
|
Loading…
Reference in a new issue