Ivan Davidov 77f04c6c8a Major structural changes.
- New overlay bundle which provides the MLL sources.
- The build process has been enhanced.
--- Sources are provided as part of the new overlay bundle.
--- The MLL scripts have been refactored to handle the above change.
--- The overlay dependency file has been renamed.
NOTE: at this point some overlay bundles may be broken due to the numerous changes that haven't been fully tested.
2017-11-29 03:55:56 +02:00

11 lines
77 B
Bash
Executable File

#!/bin/sh
set -e
. ../../common.sh
./01_get.sh
./02_build.sh
cd $SRC_DIR