where $(CPU_CORES) is treated as a string, instead of being executed inthe shell:It seems you are using GNU make, so you can writeCPU_CORES = $(shell cat /proc/cpuinfo | grep -m1 "cpu cores" | sed s/".*: "//)
Yep, this evaluates to 4 (correct). Many thanks Johan! _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
