forked from bcpierce00/unison
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Move conditionals into separate script
There is no portable syntax for conditionals and other more complex constructs, including shell scripts. This patch moves non-portable conditionals and other such parts into a separate script written in OCaml. The script itself is fully portable, it does not require GNU tools or even a POSIX shell. With this patch the main makefile becomes fully portable and currently works with GNU Make, BSD make, Solaris make and NMAKE.
- Loading branch information
Showing
7 changed files
with
745 additions
and
385 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
Oops, something went wrong.