SCRIPTS 1.1 KB

12345678910111213141516171819202122232425
  1. List of all scripts:
  2. User scripts:
  3. -------------
  4. - Install_All: call the Install_step_1 to Install_step_5 scripts
  5. - Install_All_nopatch: call the Install_step_2 to Install_step_5 scripts (if the sources are already patched)
  6. - Install_step_1: apply a patch on the unpacked sources (binutils and gcc, placed in the download directory)
  7. - Install_step_2: configure, compile, check and install both binutils & gcc from the download dir. Also compile and install a68k, ld-tigcc, tigcc, tprbuilder, patcher, parser.
  8. - Install_step_3: copy tigcclib files into the install tree
  9. - Install_step_4: install the TIGCC Tools Suite
  10. - Install_step_5: install several docs of the different programs
  11. Developer/Maintenance scripts:
  12. ------------------------------
  13. - updatedoc: import the documentation generated under Windows
  14. - updatesrc: import the cross-platform sources from the Windows tree
  15. - launch.XYZ: compile, install and clean up XYZ
  16. - package_bin: create a bzip2 tarball of the $TIGCC directory. Used for
  17. building a 'ready to install' binary package.
  18. - package_src: create a bzip2 tarball of the sources directory. Used for
  19. building a source package.