From: <to...@us...> - 2004-01-14 13:33:20
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1:/tmp/cvs-serv28678/!OsLib/docs Modified Files: Tag: unix-build Unix_Build Log Message: Unix Build Index: Unix_Build =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/Attic/Unix_Build,v retrieving revision 1.1.4.1 retrieving revision 1.1.4.2 diff -C2 -d -r1.1.4.1 -r1.1.4.2 *** Unix_Build 9 Jan 2004 17:50:33 -0000 1.1.4.1 --- Unix_Build 14 Jan 2004 13:33:17 -0000 1.1.4.2 *************** *** 7,11 **** In general, I have applied the following rules: i. All file names with ,xxx extensions are the RISC OS versions; this is in ! particular important for Makefiles. --- 7,15 ---- In general, I have applied the following rules: i. All file names with ,xxx extensions are the RISC OS versions; this is in ! particular important for Makefiles, TaskObey, and Obey files. ! ii The GNU/Linux make files are called GNUmakefile. ! iii A third category of make, obey, and taskobey files, intended to be used ! under RISC OS, but using the unix-type directory structre are entitled ! UMakefile, etc. *************** *** 27,40 **** and adding to it, the tools can now all be built under UNIX. Changes made to this port include: ! made all functions which can provide an output test the pointer for NULL ! implemented osfile_load_stamped_no_path ! implemented osfile_delete ! implemented osgbpb_dir_entries_info ! implemented os_writen ! implemented osargs_ensurew 1.1 DefMod ---------- ! DefMod is built in from defmod/Build_GNU, and defmod/Build_RISCOS, depending on the environment. The final target is copied to oslib/bin as before. DefMod's makefile has been changed to allow for the relocations of it and the support --- 31,45 ---- and adding to it, the tools can now all be built under UNIX. Changes made to this port include: ! made all functions which can provide an output test the pointer for NULL ! implemented osfile_load_stamped_no_path ! implemented osfile_delete ! implemented osgbpb_dir_entries_info ! implemented os_writen ! implemented os_pretty_print ! implemented osargs_ensurew 1.1 DefMod ---------- ! DefMod is built from defmod/Build_GNU, and defmod/Build_RISCOS, depending on the environment. The final target is copied to oslib/bin as before. DefMod's makefile has been changed to allow for the relocations of it and the support *************** *** 59,72 **** 1.2 StripDepends ---------------- ! StripDepends is not really required to build OSLib; hence it is no longer ! supplied as part of the OSLib build; however, it remains available from ! http://www.mk-net.demon.co.uk/software/riscos/stripdepends.zip. 1.3 bison ---------------- ! Bison is considered a standard tool, and is inappropriate to distribute as ! part of OSLib. There is a port available with the GCCSDK, or alternatively, ! my version of this, which can be linked with the standard C library ! stubs is available from http://www.mk-net.demon.co.uk/software/riscos/bison.zip 1.4 rm --- 64,74 ---- 1.2 StripDepends ---------------- ! StripDepends is not required to build OSLib under UNIX; hence it is not ! ported to the OSLib build. 1.3 bison ---------------- ! Bison is considered a standard UNIX tool, and the version supplied with ! the OSLib distribution is RISC OS only. 1.4 rm |