From dc3d7ece3a1f14c2cd643d983ace1cd750970197 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 13 Nov 1996 13:40:47 +0000 Subject: [PATCH] I'm feeling charitable, so I'll save the bloatists some valuable wind: BLOAT! BLOAT! BLOAT! BLOAT! Yes, but where else to put these stinking compat distributions. I, for one, am bone tired of creating them by hand and then having everyone tell me I left something out/in. Now any commiter can adjust the list as necessary, and I forsee this as being so seldom necessary that I've simply committed the uuencoded tarballs - these are from the last SNAP, and nobody complained (for once) about that set. --- release/Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index a3b0b05d453..ca4d758046b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.253 1996/11/12 15:40:52 phk Exp $ +# $Id: Makefile,v 1.254 1996/11/12 19:18:05 jkh Exp $ # # How to roll a release: # @@ -428,6 +428,17 @@ release.9: mv fs-image ${RD}/floppies/fixit.flp touch release.9 +# +# --==## Create the compat distributions ##==-- +# +release.10: + @for i in compat1x compat20 compat21; do \ + mkdir ${RD}/dists/$i && ( cd ${RD}/dists/$i && \ + uudecode ${.CURDIR}/compat/$i.tgz.uu && \ + cp ${.CURDIR}/scripts/${i}-install.sh install.sh && \ + md5 * > CHECKSUM.MD5 ); \ + done + # # --==## Setup a suitable ftp-area ##==-- # @@ -492,7 +503,7 @@ doTARBALL: > ${RD}/dists/${TD}/$$tn.mtree ; else true; fi ) doRELEASE: release.1 release.2 release.3 release.4 release.5 release.6 \ - release.7 release.8 release.9 + release.7 release.8 release.9 release.10 cd ${.CURDIR} && ${MAKE} cdrom.1 ftp.1 @echo "Release done"