foretspaisibles / bsdowl

A highly portable build system targeting modern UNIX systems. Supports C, OCaml, TeX, METAPOST, NOWEB, M4, and more. Based on BSD Make.
http://michipili.github.io/bsdowl/
Other
102 stars 6 forks source link

Crippled env command on Mac OS X prevents the testsuite to run #153

Closed foretspaisibles closed 9 years ago

foretspaisibles commented 9 years ago

The testsuite uses the ability of the env command to undefine an environment variable. This is the -u flag of the command. This is not supported under Mac OS X 10.6.

foretspaisibles commented 9 years ago

This also applies to Debian/Jessie and NetBSD.

foretspaisibles commented 9 years ago

“Crippled” is kind of exaggerated since the -u option seems to be a FreeBSD-specific extension.