summaryrefslogtreecommitdiff
path: root/ecp/build.sh
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2024-01-21 23:58:55 +0100
committerUros Majstorovic <majstor@majstor.org>2024-01-21 23:58:55 +0100
commit0142b5a696e541a874c5429c28c1a132a284ca79 (patch)
tree54ad82cbcd390e5d839f26b9859f30880b8f405b /ecp/build.sh
parentbf0ead55678a7c5ed3e11a1b500bb83e7facf722 (diff)
fixed open message; fixed error handling; added timer debug messages
Diffstat (limited to 'ecp/build.sh')
-rwxr-xr-xecp/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ecp/build.sh b/ecp/build.sh
index d28c794..a050e85 100755
--- a/ecp/build.sh
+++ b/ecp/build.sh
@@ -13,6 +13,10 @@ fi
PLATFORM=posix
+if [ ! -f src/platform/posix/features.mk ]; then
+ cp src/platform/posix/features_tmpl.mk src/platform/posix/features.mk
+fi
+
cd src/ecp
if [ "$ARG" != "clean" ]; then
$MAKE platform=$PLATFORM clean