「gmake」と「make」の違いを理解しようとしていますか?
私のLinuxボックスでは、それらは同一です。
% gmake --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
% make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
これはすべてのプラットフォームで同じではないと思いますか?どちらか一方を使用する正当な理由はありますか?
2つの名前がある理由には歴史的な意味がありますか?