# 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 cephus "(cd /u1/iraf/iraf; tar -cf - .)" | compress > as.dsux.gen.Z rsh -n cephus "(cd /u1/iraf/iraf; tar -cf - HS.DSUX.GEN dev local unix)" |\ compress > hs.dsux.gen.Z # Make the BIN archives. rsh -n cephus "(cd /u1/iraf/irafbin/bin.ddec; tar -cf - .)" |\ compress > ib.dsux.dec.Z rsh -n cephus "(cd /u1/iraf/irafbin/noao.bin.ddec; tar -cf - .)" |\ compress > nb.dsux.dec.Z rsh -n cephus "(cd /u1/iraf/irafbin/bin.dmip; tar -cf - .)" |\ compress > ib.dsux.mip.Z rsh -n cephus "(cd /u1/iraf/irafbin/noao.bin.dmip; tar -cf - .)" |\ compress > nb.dsux.mip.Z