X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.amiga;h=3b2a1bda9d28c49aceb6ba52d8e5ccb1b9b6910e;hb=f970e606dd5249e7f15150b8baa7b8abd0904e24;hp=4a04dadcabfe5823aba1247b0403b39885eaa7f0;hpb=c0c066b9017ac4575cee105cdaf5eddc8a7ec85c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.amiga b/README.amiga index 4a04dad..3b2a1bd 100644 --- a/README.amiga +++ b/README.amiga @@ -101,16 +101,24 @@ easier to use your script under *nix.) Perl under AmigaOS lacks some features of perl under UNIX because of deficiencies in the UNIX-emulation, most notably: -=over 6 +=over 4 + +=item * -=item fork() +fork() + +=item * -=item some features of the UNIX filesystem regarding link count and file dates +some features of the UNIX filesystem regarding link count and file dates -=item inplace operation (the -i switch) without backup file +=item * + +inplace operation (the -i switch) without backup file + +=item * -=item umask() works, but the correct permissions are only set when the file is - finally close()d +umask() works, but the correct permissions are only set when the file is +finally close()d =back @@ -205,7 +213,7 @@ is normal and expected. (There is a conflict with a similarly-named file F, but it causes no harm.) =head2 Making - + =over 4 =item * @@ -224,20 +232,32 @@ basic UNIX utilities like test, cat, sed, and so on) =item * +fix makedepend + + In the file 'makedepend' there are three spots like this `$cat ...`: + a for loop near line 75, an egrep near line 161, and a for loop near + line 175. In all those spots using an editor change the $cat to + /bin/cat. + +=item * + now type make depend - when the make depend has ended load the gnumakefile into a editor and - go to the end of the file - move upwards in the file until you reach av.o: EXTERN.h + When the make depend has ended load the gnumakefile into + an editor and go to the end of the file. + + Move upwards in the file until you reach av.o: EXTERN.h and delete all lines down to # WARNING: Put.... =item * now go to the x2p directory - load the gnumakefile - go to the end moveup until you reach hash.o: EXTERN.h - and delete all lines dowonwards until you reach + Load the gnumakefile into an editor. + + Go to the end moveup until you reach hash.o: EXTERN.h + and delete all lines dowonwards until you reach a line saying + # WARNING: Put nothing.... =item *