On Fri, Mar 02, 2007 at 01:01:22PM -0600, Matthew R. Dempsky wrote: > What about a patch like this? (Just a proof of concept; completely > untested.)
Sorry, copy/paste mangled the tabs in that. It also occured to me the sort invocations are probably unnecessary. Index: Makefile =================================================================== RCS file: /cvs/XF4/Makefile,v retrieving revision 1.54 diff -u -r1.54 Makefile --- Makefile 12 Aug 2006 16:48:52 -0000 1.54 +++ Makefile 2 Mar 2007 19:47:18 -0000 @@ -149,6 +149,8 @@ cd distrib/sets && \ env MACHINE=${MACHINE} ksh ./maketars ${OSrev} ${OSREV} && \ (env MACHINE=${MACHINE} ksh ./checkflist ${OSREV} || true) + -cd ${RELEASEDIR} && md5 x*.tgz > MD5.XF4 + -cd ${RELEASEDIR} && cksum x*.tgz > CKSUM.XF4 install: install-xc install-xc-old install-extra install-distrib .ifndef NOFONTS