Replies: 4 comments 4 replies
-
The answer to the second question is in the example Makefile: you're allowed to modify it as you see fit though the tool does try and find specific rules that are noted as existing or not in the json file. I have no idea about the other questions except to say that the winning entry Makefiles do have conditionals for different compilers so I presume that if necessary they can be updated to have other conditionals (syntax differences notwithstanding?). Interesting thoughts. |
Beta Was this translation helpful? Give feedback.
-
Hello @SirWumpus, As you created this discussion in the mkiocccentry repo, we will reply in the mkiocccentry repo toolset context. The mkiocccentry repo assumes a Gnu Make compatible make tool. We do not plan to support the building of this repo using the "traditional" Bell Labs make, nor a "traditional" BSD-style make, nor bmake, nor System V make, etc. Regarding Cygwin: We are told that some Cygwin installations have a Gnu Make compatible make tool. We do not plan to test compiling and running the mkiocccentry repo toolset under Cygwin, so we do not know if it would work or not. We do not plan to support mkiocccentry under Cygwin. While IOCCC submissions may come from a wide variety of backgrounds, the building of the compressed tarball needs to be done on a system that is able to compile the mkiocccentry repo and run the Please keep in mind that someone who is build and testing their IOCCC submission under any of a wide variety if platforms, will need to copy their submission onto a system where the the mkiocccentry repo and been compiled and where the UPDATE 0P.S., Your question, @SirWumpus, might imply you are (also?) asking about the next IOCCC and/or asking about the new system of compiling IOCCC entries. If that is case, @SirWumpus, please open a discussion temp-test-ioccc repo discussion. |
Beta Was this translation helpful? Give feedback.
-
About to open a pull request for this .. just have to generate the html file, upload to server (scp) and then check the generated output: links etc. If all good I will commit and open a pull request. That's all I'll do here today I'm afraid but that's better than the past some days. I do hope that I can do more soon! UPDATE 0.... well that's just great. Saw for first time something strange in scp: 'stalled'. Will try rsync .. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the policy concerning Makefile conditionals? In particular for handling target platform building eg. Cygwin, *BSD, Linux. GNU Make and BSD Make (as used for PkgSrc) have slightly different conditional syntax. Consider the BSD Make fragment:
Beta Was this translation helpful? Give feedback.
All reactions