You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- runs mx.mak to create mx executable for further use during compilation script
- deletes *.0 and other files created for mx.mak
- finally : runs makemake64.sh
2. makemake64.sh
- This scripts puts all later .mak commands in xls-file as lines :
mx.mak
wxis.mak
(etc.)
- creates xmk.xsh script with instructions to create subdirectories and move finally the created executables in there :
export LC_ALL=POSIX
and creates subdirectories :
mkdir utl
mkdir utl/linux64
and creates for each CISIS-version a script .xsh
mkisis1660_64.xsh
in which dedicated subdirectories are created :
mkdir utl/linux64/isis1660
etc.
Then, for each CISIS-version, mx (created earlier on) is used to read a line from the file xls as input, with a fixed PFT $1 and the destination folder as $2