summaryrefslogtreecommitdiff
path: root/README.amiga
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-06 14:57:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-06 14:57:20 +0000
commit54ad72ea23e2349f9b9a56380fab6914c84f6b1c (patch)
tree1657a1d6814bce9fe95d24102b95b5906fe08454 /README.amiga
parent56370e9f11602e6539affc6db0d7eabafd518796 (diff)
downloadperl-54ad72ea23e2349f9b9a56380fab6914c84f6b1c.tar.gz
In Amiga more manual hackery of the scripts seems to be needed,
from Jan-Erik Karlsson. Why Configure does not get this right is unknown, may be shell-induced. p4raw-id: //depot/perl@8007
Diffstat (limited to 'README.amiga')
-rw-r--r--README.amiga24
1 files changed, 18 insertions, 6 deletions
diff --git a/README.amiga b/README.amiga
index 30edb6bb8f..600858b6a0 100644
--- a/README.amiga
+++ b/README.amiga
@@ -224,20 +224,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 *