From 6960652579b59c13b2d84fbf4fca83c5c5aa4b27 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Sep 1991 14:52:41 +0000 Subject: [PATCH] New installation mechanism --- mach/em44/.distr | 7 ++----- mach/em44/Action | 16 ++-------------- mach/em44/libend/.distr | 2 ++ mach/em44/libend/LIST | 5 +++++ mach/em44/libend/edata.e | 4 ++++ mach/em44/libend/em_end.e | 4 ++++ mach/em44/libend/end.e | 4 ++++ mach/em44/libend/etext.e | 4 ++++ mach/em44/mach_params | 4 ++++ mach/i386/libfp/.distr | 1 - 10 files changed, 31 insertions(+), 20 deletions(-) create mode 100644 mach/em44/libend/.distr create mode 100644 mach/em44/libend/LIST create mode 100644 mach/em44/libend/edata.e create mode 100644 mach/em44/libend/em_end.e create mode 100644 mach/em44/libend/end.e create mode 100644 mach/em44/libend/etext.e create mode 100644 mach/em44/mach_params diff --git a/mach/em44/.distr b/mach/em44/.distr index ed1c8309e..cdd423d7f 100644 --- a/mach/em44/.distr +++ b/mach/em44/.distr @@ -1,6 +1,3 @@ Action -libbc -libcc -libpc -liboc -libm2 +libend +mach_params diff --git a/mach/em44/Action b/mach/em44/Action index 655a9523a..e5d532f68 100644 --- a/mach/em44/Action +++ b/mach/em44/Action @@ -1,15 +1,3 @@ -name "4-4 Interpreter C libraries" -dir libcc -end -name "4-4 Interpreter Pascal library" -dir libpc -end -name "4-4 Interpreter Basic library" -dir libbc -end -name "4-4 Interpreter Occam library" -dir liboc -end -name "4-4 Interpreter Modula-2 library" -dir libm2 +name "4-4 Interpreter etext,edata,end library" +dir libend end diff --git a/mach/em44/libend/.distr b/mach/em44/libend/.distr new file mode 100644 index 000000000..2519bac51 --- /dev/null +++ b/mach/em44/libend/.distr @@ -0,0 +1,2 @@ +LIST +end_e.a diff --git a/mach/em44/libend/LIST b/mach/em44/libend/LIST new file mode 100644 index 000000000..76a30447b --- /dev/null +++ b/mach/em44/libend/LIST @@ -0,0 +1,5 @@ +end_e.a +edata.e +em_end.e +end.e +etext.e diff --git a/mach/em44/libend/edata.e b/mach/em44/libend/edata.e new file mode 100644 index 000000000..65217c18a --- /dev/null +++ b/mach/em44/libend/edata.e @@ -0,0 +1,4 @@ + mes 2,4,4 + exa edata +edata + con 0 diff --git a/mach/em44/libend/em_end.e b/mach/em44/libend/em_end.e new file mode 100644 index 000000000..b41177c10 --- /dev/null +++ b/mach/em44/libend/em_end.e @@ -0,0 +1,4 @@ + mes 2,4,4 + exa _end +_end + bss 4,0,1 diff --git a/mach/em44/libend/end.e b/mach/em44/libend/end.e new file mode 100644 index 000000000..2bb9854f8 --- /dev/null +++ b/mach/em44/libend/end.e @@ -0,0 +1,4 @@ + mes 2,4,4 + exa end +end + bss 4,0,1 diff --git a/mach/em44/libend/etext.e b/mach/em44/libend/etext.e new file mode 100644 index 000000000..459907e18 --- /dev/null +++ b/mach/em44/libend/etext.e @@ -0,0 +1,4 @@ + mes 2,4,4 + exp $etext + pro $etext,0 + end 0 diff --git a/mach/em44/mach_params b/mach/em44/mach_params new file mode 100644 index 000000000..43b803c87 --- /dev/null +++ b/mach/em44/mach_params @@ -0,0 +1,4 @@ +MACH=em44 +SUF=m +ASAR=arch +RANLIB=: diff --git a/mach/i386/libfp/.distr b/mach/i386/libfp/.distr index deec15c04..8f5939461 100644 --- a/mach/i386/libfp/.distr +++ b/mach/i386/libfp/.distr @@ -1,2 +1 @@ -Makefile byte_order.h -- 2.34.1