mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
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.
This commit is contained in:
parent
01f8d17065
commit
dc3d7ece3a
1 changed files with 13 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue