echo Compile and archive all Data Secure Unix library modules;

echo Recompile all nucleus modules;
cd ../nucleus
cc -c -O *.c
echo Place new object modules into nuclib;
ar r ../nuclib *.o
echo The following modules have been updated:;
ls *.o ^ mc;
rm *.o;

echo Recompile all I/O modules;
cd ../io;
cc -c -O *.c;
echo Place new object modules into iolib;
ar r ../iolib *.o;
echo The following modules have been updated:;
ls *.o ^ mc;
rm *.o;

echo All DSU libraries have been updated for a new sysgen;
