AMIGAOS: Fixes to the automatic installation #2721
Conversation
switch to AmigaOS makedir, as mkdir seems to break pathes/dirs
New tables have been introduced which start with a bunch of minus (-) signs. That broke the script at exactly 3.10 (where the tables are) by leaving it. Updated the complete condition.
Fix some comment oversights
Fix an oversight
Last oversight
Looks like the only difference in the RM2AG.rexx.in compared to RM2AG.rexx is a different way to describe the version numer, since the .in files are usually used for building the final "product" by our Perl maintenance/versioning scripts:
|
|
Would that be correct? |
Yes, that's correct. Merging :-) |
Thank you |
The changes in this pull request have broken the AmigaOS daily builds on buildbot:
|
Yeah. Makedir is not a program from the SDK toolchain, but a system program. I dont know how to solve this, mkdir is broken and unusable for automatic installation, at least locally. Otoh, amigaos.mk is not really needed for daily builds, isn't it? Thank you |
For newer buildbot (still testing), I introduced shims for Amiga commands which can be found at |
@lephilousophe if it's just a matter of copying all the files from the |
Normally none. They are just shell scripts which parse AmigaOS arguments and try to map them on POSIX commands |
Updated the readme converter script and amigaos.mk
Someone has to please update rm2ag.rexx.in as i have no idea what to do there and don´t want to break anything