-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the term 'gnumake' instead of m32/Makefile.m32 [ci skip]
Of course both autotools and cmake uses (or can use) GNU Make. Within curl-for-win it means using raw/pure GNU Make without an extra generator layer like cmake/autotools (or something proprietary). This makes the term project agnostic. (E.g. curl uses `Makefile.m32`, awaiting [1] a rename to `Makefile.mk`, libssh2 uses `GNUMakefile`, etc.) It's also more greppable and less ambiguous than some alternatives ('make', 'gmake', 'mk'). [1] curl/curl#9764
- Loading branch information
Showing
4 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
curl-m32.sh | ||
curl-gnumake.sh |