revolving-doors
revolving-doors copied to clipboard
port Makefiles to illumos make
The Makefiles all use GNU conventions, but don't have to. Porting them to illumos' make
would allow the more natural make test
syntax to work as expected. At the moment, if someone tries to do this (instead of gmake test
), they get cryptic errors when illumos fails to parse GNU syntax.