Skip to content

bsd-compatible makefile

username-removed-734577 requested to merge (removed):makefile-freebsd into master

The "shell" function -- $(shell cmd), to execute cmd in the shell -- is a GNU extensions. There are two options: one of them is to use the grave accent, as in this proposed change; the other is to use the shell assignment operator "!=", originally found in BSDs and implemented by GNU make later.

Merge request reports