eclass/portability.eclass: Make get_bmake return "bmake" on linux instead of "pmake".
authorAlexis Ballier <aballier@gentoo.org>
Sun, 28 Feb 2016 13:47:29 +0000 (14:47 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Sun, 28 Feb 2016 13:47:29 +0000 (14:47 +0100)
commitb363df64dffcea268d5f917899a75eef8ecc4b6f
tree01ee638abc943c3a0a71e966f378b12159ed822b
parent4915187ae9fe406fc3f1a1488213f7eb94e12a27
eclass/portability.eclass: Make get_bmake return "bmake" on linux instead of "pmake".

pmake was the debian port of bmake. bmake works fine, pmake cannot be used to cross-build freebsd-lib 10 for example. pmake has been deprecated and replaced by bmake in debian since jessie (current stable), pmake is only present in wheezy (oldstable)
eclass/portability.eclass