Additions for 5th distribution
authorceriel <none@none>
Wed, 16 Oct 1991 13:36:54 +0000 (13:36 +0000)
committerceriel <none@none>
Wed, 16 Oct 1991 13:36:54 +0000 (13:36 +0000)
.distr
Action
TakeAction

diff --git a/.distr b/.distr
index 24a21ce..9237352 100644 (file)
--- a/.distr
+++ b/.distr
@@ -17,3 +17,4 @@ mach
 man
 mkun
 util
+Versions
diff --git a/Action b/Action
index 65e5f33..c5be43a 100644 (file)
--- a/Action
+++ b/Action
@@ -1,6 +1,6 @@
 name   "System definition"
 dir first
-action did_first
+action ack_sys
 failure "You have to run the shell script first in the directory first"
 fatal
 end
@@ -89,6 +89,18 @@ end
 name "LINT C program checker"
 dir lang/cem/lint
 end
+name "EM definition lint-library"
+action "make lintlib"
+dir util/data
+end
+name "Modules lint libraries"
+dir modules/src
+indir "Action.lint"
+end
+name "Global optimizer lint libraries"
+dir util/ego/share
+action "make lintlib"
+end
 name "Pascal frontend"
 dir lang/pc/comp
 end
@@ -107,6 +119,9 @@ end
 name "Modula-2 makefile generator"
 dir lang/m2/m2mm
 end
+name "Fortran to C compiler"
+dir lang/fortran/comp
+end
 name "EM interpreter in C"
 dir util/int
 end
@@ -197,7 +212,7 @@ name "Sun 3 M68020 support"
 dir mach/sun3
 indir
 end
-name Sun 4 SPARC support"
+name "Sun 4 SPARC support"
 dir mach/sparc
 system "sparc"
 indir
index 658f276..938a642 100755 (executable)
@@ -12,7 +12,12 @@ else
        *)              echo No Action file "($CMD)" present ;;
        esac
 fi
-THISFILE=`pwd`/$0
+case $0 in
+/*)    THISFILE=$0
+       ;;
+*)     THISFILE=`pwd`/$0
+       ;;
+esac
 SYS=
 RETC=0
 { while read LINE