The Ultimate Frontend Build tool: make
algorithms.rdio.com
The Ultimate Frontend Build tool: make
1–10 of 121 posts
Re: The Ultimate Frontend Build tool: make
#2Re: The Ultimate Frontend Build tool: make
#3Re: The Ultimate Frontend Build tool: make
#4I'm tethered on a mobile connection and all I can see when I try to view this is a blank page. :(
Re: The Ultimate Frontend Build tool: make
#5Re: The Ultimate Frontend Build tool: make
#6I'm tethered on a mobile connection and all I can see when I try to view this is a blank page. :(
Re: The Ultimate Frontend Build tool: make
#7Although make does have a lot of weird quirks, its winning strength is that it is installed virtually everywhere.
I liked how security centric FreeBSD was but they seem to be anti-enterprise friendly. The process to install Oracle Java was painful and EnterpriseDB didn't even bother creating a Postgres installer for it. Maybe the freedom that the BSD license offers, is making their environment too stagnant when compared to GNU and Linux.
Re: The Ultimate Frontend Build tool: make
#8Re: The Ultimate Frontend Build tool: make
#9Re: The Ultimate Frontend Build tool: make
#10Although make does have a lot of weird quirks, its winning strength is that it is installed virtually everywhere.
The problem that I've found when I was trying to port my installer to FreeBSD was their make doesn't like GNU Makefiles. Not sure when they diverged from one another so having Make everywhere, doesn't necessary mean your Makefile will work everywhere. I liked how security centric FreeBSD was but they seem to be anti-enterprise friendly. The process to install Oracle Java was painful and EnterpriseDB didn't even bothe…
As with many other utilities, you can always run "gmake" for GNU make. If you can get what you need to do done with portable make, by all means do so, but if you need to depend on GNU make, it's widely available.