I have two questions regarding make on my Mac: one regarding installation of a second make flavor, the second regarding how to manage the two flavors.
I need to install BSD
makeon my Mac, but I don't want to remove the GNUmakethat is standard on the Mac; Berkeley is for a special project. In spite of the extensive resources for installing BSD, I haven't been able to figure out where to get and how to install that single program. What is the best way to do this?I'm thinking that I'll need to put it in
/usr/local/binwhile GNUmake, which was provided by the Mac OS developer tools, will stay where it is in/bin. Then I can manage which make is called with an alias. I'm still a *nix newbie; is this a reasonable strategy or is there a better way?