# ZZMAKE -- Used to build these distribution files (NOT FOR DISTRIBUTION). # The system should be configured generic before making any of these. # The system should be linked -T to reduce the size of the symbol tables. # The extern.pkg file needs to be replaced before making the following. rsh -n orion "(cd /local/iraf; tar -cf - .)" |\ compress > as.sos4.gen.Z rsh -n orion "(cd /local/iraf; tar -cf - HS.SOS4.GEN dev local unix)" |\ compress > hs.sos4.gen.Z # Make sure any old shared image files are deleted before making these. rsh -n orion "(cd /local/mc68020/bin.f68881; tar -cf - .)" |\ compress > ib.sos4.f68.Z rsh -n orion "(cd /local/mc68020/bin.ffpa; tar -cf - .)" |\ compress > ib.sos4.fpa.Z rsh -n orion "(cd /local/sparc/bin.sparc; tar -cf - .)" |\ compress > ib.sos4.spc.Z rsh -n orion "(cd /local/mc68020/noao.bin.f68881; tar -cf - .)" | compress > nb.sos4.f68.Z rsh -n orion "(cd /local/mc68020/noao.bin.ffpa; tar -cf - .)" | compress > nb.sos4.fpa.Z rsh -n orion "(cd /local/sparc/noao.bin.sparc; tar -cf - .)" | compress > nb.sos4.spc.Z