Some corrections
authorceriel <none@none>
Fri, 26 Jun 1992 11:54:22 +0000 (11:54 +0000)
committerceriel <none@none>
Fri, 26 Jun 1992 11:54:22 +0000 (11:54 +0000)
first/first
first/mk_config

index af4aea7..bc2b735 100755 (executable)
@@ -7,9 +7,13 @@ first) FDIR=.
 esac
 
 if echo 'a\c' | grep 'c' >/dev/null ; then
-       E_FLAG='-n' E_SFX=''   : We have BSD-like echo command.
+       : We have BSD-like echo command.
+       E_FLAG='-n'
+       E_SFX=''
 else
-       E_FLAG=''   E_SFX='\c' : We have SystemV-like echo command.
+       : We have SystemV-like echo command.
+       E_FLAG=''
+       E_SFX='\c'
 fi
 export E_FLAG E_SFX
 
index dab032a..9fface7 100755 (executable)
@@ -81,6 +81,10 @@ EOF
                fi
                cd ../..
        fi
+       if [ -f $SRC_HOME/mach/$i/mach_params ]
+       then    :
+       else    continue
+       fi
        for j in libem libend libmon libfp libsys libdb
        do
            if [ -d $i/$j ]