On Fri, 09 Dec 2016 10:30:32 +0100, Federico Bruni <f...@inventati.org>
wrote:

> 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/".*: "//)

-- Johan

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

Reply via email to