# 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. # # To execute: sh -x zzmake >& spool & # Then: prepdir ??.*.Z in this directory. (cd $iraf; mkpkg generic; cd $iraf/noao; mkpkg generic) (cd $hlib; mv extern.pkg extern.pkg.NOAO; mv extern.pkg.DEF extern.pkg) rm -f $iraf/bin.*/libiraf.so.[123] rm -f ~iraf/.rhosts ~iraf/.irafhosts # The extern.pkg file needs to be replaced before making the following. (cd $iraf; tar -cf - .) |\ compress > as.dosf.gen.Z (cd $iraf; tar -cf - HS.DOSF.GEN dev local unix) |\ compress > hs.dosf.gen.Z # Make sure any old shared image files are deleted before making these. (cd $iraf/bin.alpha; tar -cf - .) |\ compress > ib.dosf.alp.Z (cd $iraf/noao/bin.alpha; tar -cf - .) |\ compress > nb.dosf.alp.Z (cd $hlib; mv extern.pkg extern.pkg.DEF; mv extern.pkg.NOAO extern.pkg)