AxisCommunications / acap3-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) version 3
Apache License 2.0
55 stars 20 forks source link

Use /bin/sh where bash is not needed and parallelize builds #140

Closed joakimr-axis closed 2 years ago

joakimr-axis commented 2 years ago

More portable to use /bin/sh instead of /bin/bash (and no need to launch huge bash on systems that have smaller POSIX shells as /bin/sh, like e.g. contemporary default Debian installations).

Also let make build in parallel to make use of multicore CPUs to improve build times where applicable.