Il giorno ven 9 dic 2016 alle 10:53, Johan Vromans <jvrom...@squirrel.nl> ha scritto:
where $(CPU_CORES) is treated as a string, instead of being executed in
 the shell:

It seems you are using GNU make, so you can write

CPU_CORES = $(shell cat /proc/cpuinfo | grep -m1 "cpu cores" | sed s/".*: "//)

Yep, this evaluates to 4 (correct).
Many thanks Johan!


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to