-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more miscellaneous build system tweaks
src/Mamfile: - Avoid showing 'build done' announcement for the test target. src/*/*/Mamfile, src/cmd/INIT/dylink.sh: - Future-proof by using probe result for 'lib' prefix. Check for both 'dynamic' and 'shared' prefix/suffix result from mamprobe. This covers .dll files (in case we ever support them again). src/cmd/INIT/mamake.c: - loop: Use fseeko(3) and ftello(3) with an off_t variable if the POSIX version supports them. This may allow it to work on Mamfiles greater than 2 GiB. Our largest Mamfile is currently less than 90 KiB, so this is really just a pedantic correctness change to match the change to size_t variables (re: 1f86b28). - When running the test target, announce 'testing', not 'making'. src/cmd/INIT/README-mamake.md: - Correct documentation of str=="*" in ${var?str?x?y?} expansion.
- Loading branch information
Showing
8 changed files
with
58 additions
and
38 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
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