[scripts][make-parallel] add uname cases for netbsd and openbsd as well
This commit is contained in:
@@ -13,7 +13,7 @@ Linux)
|
||||
Darwin)
|
||||
PARALLEL=-j`sysctl -n hw.ncpu`
|
||||
;;
|
||||
FreeBSD)
|
||||
FreeBSD|NetBSD|OpenBSD)
|
||||
PARALLEL=-j`sysctl -n hw.ncpu`
|
||||
MAKE=gmake
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user