1996-12-30 05:35:33 +00:00
|
|
|
# $Id: Makefile,v 1.268 1996/12/30 02:57:33 jkh Exp $
|
1994-09-23 08:28:25 +00:00
|
|
|
#
|
1995-02-25 22:08:48 +00:00
|
|
|
# How to roll a release:
|
|
|
|
#
|
|
|
|
# make release CHROOTDIR=<lots of disk> [ RELEASETAG=something ]
|
|
|
|
#
|
|
|
|
# As far as I know, this will roll everything nicely into the "stage"
|
|
|
|
# directory. I still need to write the two rules to move that into
|
|
|
|
# the "cdrom" and "ftp" directories.
|
|
|
|
# I also need to "make ports" and install those, but I'm not going to do
|
|
|
|
# that on a 14.4 line just yet...
|
1995-05-26 21:47:13 +00:00
|
|
|
#
|
1996-11-14 14:23:53 +00:00
|
|
|
# please note: the vn driver has to be compiled into your kernel,
|
|
|
|
# otherwise the target 'release.8' and possibly others will fail.
|
|
|
|
#
|
1995-04-23 23:06:36 +00:00
|
|
|
# SET THIS !!!
|
1996-05-16 03:20:52 +00:00
|
|
|
#BUILDNAME=2.2-960501-SNAP
|
|
|
|
#CHROOTDIR=/junk/release
|
1995-04-23 23:06:36 +00:00
|
|
|
# If this is a RELEASE, then set
|
1995-12-30 21:15:45 +00:00
|
|
|
#RELEASETAG=RELENG_2_1_0
|
1995-04-23 23:06:36 +00:00
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
# Things which without too much trouble can be considered variables
|
1995-03-17 04:54:13 +00:00
|
|
|
|
1996-12-23 05:10:31 +00:00
|
|
|
COMPAT_DISTS= compat1x compat20 compat21
|
1996-12-29 05:28:41 +00:00
|
|
|
EXPORT_DISTS= games manpages catpages proflibs dict info doc ${COMPAT_DISTS}
|
1995-06-11 19:33:05 +00:00
|
|
|
EXTRA_DISTS= krb des ${EXPORT_DISTS}
|
1995-04-20 06:48:31 +00:00
|
|
|
ALL_DISTS= bin ${EXTRA_DISTS}
|
1996-06-06 10:13:32 +00:00
|
|
|
KERNELS?= GENERIC
|
1995-03-17 04:54:13 +00:00
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
# Extra source tarballs; each argument is a pair of source dir and
|
|
|
|
# distribution name. The dist name should not exceed 7 characters
|
|
|
|
# (another "s" for "source" will be prepended).
|
|
|
|
EXTRA_SRC+= usr.sbin/sendmail/cf smailcf
|
|
|
|
|
1995-06-11 19:33:05 +00:00
|
|
|
BOOT1= etc/protocols etc/sysconfig
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1995-04-19 17:42:32 +00:00
|
|
|
# mountpoint for filesystems.
|
|
|
|
MNT= /mnt
|
1995-04-20 06:48:31 +00:00
|
|
|
|
|
|
|
# other floppy parameters.
|
1996-12-11 18:26:19 +00:00
|
|
|
FDSIZE= 1440
|
|
|
|
FDLABEL= fd1440
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1996-01-08 22:13:50 +00:00
|
|
|
# Upper size for the mfs in the boot.flp kernel.
|
1996-07-09 16:52:53 +00:00
|
|
|
# These are adjusted down to the minimum needed by doFS.sh.
|
1996-12-11 18:26:19 +00:00
|
|
|
BOOTMFSSIZE= 1440
|
1996-12-12 19:46:21 +00:00
|
|
|
MFSINODE= 80000
|
1996-11-09 16:25:47 +00:00
|
|
|
FIXITINODE= 28000
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
# Things which will get you into trouble if you change them
|
1995-05-30 08:29:07 +00:00
|
|
|
DISTRIBUTIONS= bin ${EXTRA_DISTS}
|
1995-02-25 22:08:48 +00:00
|
|
|
MTREEFILES= ${.CURDIR}/../etc/mtree
|
|
|
|
RD= ${RELEASEDIR}/stage
|
1995-03-15 06:14:19 +00:00
|
|
|
FD= ${RELEASEDIR}/ftp
|
|
|
|
CD= ${RELEASEDIR}/cdrom
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1995-05-20 23:33:14 +00:00
|
|
|
.if !defined(WHICH_CRUNCH)
|
1996-05-29 01:35:33 +00:00
|
|
|
WHICH_CRUNCH= boot fixit
|
1995-05-20 23:33:14 +00:00
|
|
|
.endif
|
|
|
|
|
1996-06-06 10:13:32 +00:00
|
|
|
REDO?= sysinstall
|
|
|
|
REDOSED= sed -e 's/dirs/release.1/' -e 's/trees/release.2/' \
|
|
|
|
-e 's/kerns/release.3/' -e 's/sysinstall/release.4/' \
|
|
|
|
-e 's/fixup/release.5/' -e 's/tarbin/release.6/' \
|
|
|
|
-e 's/tarsrc/release.7/' -e 's/boot\.flp/release.8/' \
|
|
|
|
-e 's/fixit\.flp/release.9/' -e 's/ftp/ftp.1/' \
|
|
|
|
-e 's/cdrom/cdrom.1/'
|
|
|
|
|
|
|
|
REDOREDO!= echo ${REDO} | ${REDOSED}
|
|
|
|
|
1996-01-08 22:13:50 +00:00
|
|
|
rerelease release:
|
1995-05-09 00:30:00 +00:00
|
|
|
.if !defined(CHROOTDIR) || !defined(BUILDNAME)
|
|
|
|
@echo "To make a release you must set CHROOTDIR and BUILDNAME" && false
|
1995-02-26 01:35:32 +00:00
|
|
|
.endif
|
1996-01-08 22:13:50 +00:00
|
|
|
.if make(release)
|
1995-05-13 19:51:57 +00:00
|
|
|
.if exists(${CHROOTDIR})
|
1995-02-25 22:08:48 +00:00
|
|
|
chflags -R noschg ${CHROOTDIR}/.
|
1995-12-30 21:15:45 +00:00
|
|
|
-rm -rf ${CHROOTDIR}
|
1995-05-13 19:51:57 +00:00
|
|
|
.endif
|
1995-12-30 21:15:45 +00:00
|
|
|
-mkdir -p ${CHROOTDIR}
|
1996-01-08 22:13:50 +00:00
|
|
|
cd ${.CURDIR}/../etc && ${MAKE} distrib-dirs DESTDIR=${CHROOTDIR}
|
|
|
|
cd ${.CURDIR}/../etc && ${MAKE} distribution DESTDIR=${CHROOTDIR}
|
1996-11-12 15:40:52 +00:00
|
|
|
cd ${.CURDIR}/.. && ${MAKE} install DESTDIR=${CHROOTDIR} NOMAN=1
|
1995-02-25 22:08:48 +00:00
|
|
|
.if !defined(RELEASETAG)
|
1996-09-07 01:05:16 +00:00
|
|
|
cd ${CHROOTDIR}/usr && rm -rf src && \
|
|
|
|
cvs -d ${CVSROOT} co -P src
|
1996-08-02 18:19:47 +00:00
|
|
|
.if defined(INTCVSROOT)
|
|
|
|
cd ${CHROOTDIR}/usr && \
|
|
|
|
cvs -d ${INTCVSROOT} co -P src/secure src/eBones
|
|
|
|
.endif
|
1995-02-25 22:08:48 +00:00
|
|
|
.else
|
1996-09-07 01:05:16 +00:00
|
|
|
cd ${CHROOTDIR}/usr && rm -rf src && \
|
1996-11-03 08:52:31 +00:00
|
|
|
cvs -d ${CVSROOT} co -P -r ${RELEASETAG} src
|
1996-08-02 18:19:47 +00:00
|
|
|
.if defined(INTCVSROOT)
|
|
|
|
cd ${CHROOTDIR}/usr && \
|
|
|
|
cvs -d ${INTCVSROOT} co -P -r ${RELEASETAG} src/secure src/eBones
|
|
|
|
.endif
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
1996-09-07 01:05:16 +00:00
|
|
|
.if defined(LOCAL_PATCHES) && exists(${LOCAL_PATCHES})
|
|
|
|
cd ${CHROOTDIR}/usr/src && patch --silent < ${LOCAL_PATCHES}
|
|
|
|
.endif
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
|
|
|
.if make(rerelease)
|
|
|
|
.if !defined(RELEASENOUPDATE)
|
|
|
|
.if !defined(RELEASETAG)
|
1996-09-26 20:48:03 +00:00
|
|
|
cd ${CHROOTDIR}/usr/src && cvs -q update -P -d
|
1996-01-08 22:13:50 +00:00
|
|
|
.else
|
1996-09-26 20:48:03 +00:00
|
|
|
cd ${CHROOTDIR}/usr/src && cvs -q update -P -d -r ${RELEASETAG}
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
|
|
|
.endif
|
1995-02-25 22:08:48 +00:00
|
|
|
.endif
|
1995-04-23 23:06:36 +00:00
|
|
|
( cd ${CHROOTDIR}/usr/src/sys/conf && \
|
1996-01-08 22:13:50 +00:00
|
|
|
mv newvers.sh foo && \
|
|
|
|
sed "s/^RELEASE=.*/RELEASE=${BUILDNAME}/" foo > newvers.sh&& rm foo )
|
1995-12-07 10:34:59 +00:00
|
|
|
( cd ${CHROOTDIR}/usr/src/release/sysinstall && \
|
1996-01-08 22:13:50 +00:00
|
|
|
sed "s/__RELEASE/${BUILDNAME}/" version.h > version.h.new && \
|
1996-10-04 13:33:49 +00:00
|
|
|
mv version.h.new version.h && \
|
|
|
|
echo XXXX )
|
1996-09-26 20:48:03 +00:00
|
|
|
-test -f install.cfg && cp install.cfg ${CHROOTDIR}/usr/src/release
|
1995-05-09 00:30:00 +00:00
|
|
|
echo "#!/bin/sh" > ${CHROOTDIR}/mk
|
|
|
|
echo "set -ex" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
echo "CFLAGS='-O2 -pipe'" >> ${CHROOTDIR}/mk
|
1995-06-11 19:33:05 +00:00
|
|
|
echo "export CFLAGS" >> ${CHROOTDIR}/mk
|
|
|
|
echo "RELEASEDIR=/R" >> ${CHROOTDIR}/mk
|
|
|
|
echo "export RELEASEDIR" >> ${CHROOTDIR}/mk
|
1995-05-09 00:30:00 +00:00
|
|
|
echo "cd /usr/src" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
.if make(release)
|
|
|
|
echo "make world" >> ${CHROOTDIR}/mk
|
|
|
|
.endif
|
|
|
|
.if make(rerelease)
|
1995-05-09 00:30:00 +00:00
|
|
|
echo "make all install" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
1996-12-29 05:26:04 +00:00
|
|
|
echo "cd /usr/src/release/sysinstall" >> ${CHROOTDIR}/mk
|
|
|
|
echo "make obj" >> ${CHROOTDIR}/mk
|
1995-05-09 02:24:39 +00:00
|
|
|
echo "cd /usr/src/release" >> ${CHROOTDIR}/mk
|
1996-12-30 02:57:33 +00:00
|
|
|
echo "make objlink" >> ${CHROOTDIR}/mk
|
1996-12-29 05:26:04 +00:00
|
|
|
echo "(cd obj; rm -f ${REDOREDO})" >> ${CHROOTDIR}/mk
|
1995-05-09 00:30:00 +00:00
|
|
|
echo "make doRELEASE" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
echo "echo make ${.TARGET} Finished" >> ${CHROOTDIR}/mk
|
1995-05-09 00:30:00 +00:00
|
|
|
chmod 755 ${CHROOTDIR}/mk
|
|
|
|
chroot ${CHROOTDIR} /mk
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
whap:
|
|
|
|
( cd ${CHROOTDIR}/usr/src/release/sysinstall && \
|
|
|
|
sed "s/__RELEASE/${BUILDNAME}/" version.h > version.h.new && mv version.h.new version.h )
|
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
clean:
|
1996-05-29 01:35:33 +00:00
|
|
|
rm -rf boot_crunch release.[0-9] release.1[0]
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
# Clean out ${RELEASEDIR} and make the directory structure.
|
|
|
|
release.1:
|
1996-01-08 22:13:50 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
1995-02-25 22:08:48 +00:00
|
|
|
-mkdir ${RELEASEDIR}
|
|
|
|
chflags -R noschg ${RELEASEDIR}/.
|
|
|
|
rm -rf ${RELEASEDIR}/*
|
|
|
|
mkdir ${RD}
|
|
|
|
mkdir ${RD}/floppies
|
1995-03-15 06:14:19 +00:00
|
|
|
mkdir ${RD}/trees
|
1995-02-25 22:08:48 +00:00
|
|
|
mkdir ${RD}/dists
|
1996-01-10 08:51:08 +00:00
|
|
|
mkdir ${RD}/kernels
|
1995-04-20 06:48:31 +00:00
|
|
|
for i in ${ALL_DISTS} ; do \
|
1996-01-08 22:13:50 +00:00
|
|
|
mkdir ${RD}/trees/$$i && \
|
|
|
|
mkdir ${RD}/dists/$$i && \
|
1995-02-25 22:08:48 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.root.dist \
|
1996-01-08 22:13:50 +00:00
|
|
|
-p ${RD}/trees/$$i > /dev/null && \
|
1995-02-25 22:08:48 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.usr.dist \
|
1996-01-08 22:13:50 +00:00
|
|
|
-p ${RD}/trees/$$i/usr > /dev/null && \
|
1995-03-22 20:37:53 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.include.dist \
|
1996-01-08 22:13:50 +00:00
|
|
|
-p ${RD}/trees/$$i/usr/include > /dev/null && \
|
1995-02-25 22:08:48 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.var.dist \
|
1995-03-15 06:14:19 +00:00
|
|
|
-p ${RD}/trees/$$i/var > /dev/null ; \
|
1995-02-02 08:03:24 +00:00
|
|
|
done
|
1995-02-25 22:08:48 +00:00
|
|
|
touch release.1
|
|
|
|
|
|
|
|
# Install the system into the various distributions.
|
|
|
|
release.2:
|
1996-01-08 22:13:50 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
1995-04-20 06:48:31 +00:00
|
|
|
cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/bin
|
1996-01-08 22:13:50 +00:00
|
|
|
cd ${.CURDIR}/.. && make distribute DISTDIR=${RD}/trees
|
|
|
|
.if exists(${.CURDIR}/../eBones)
|
1995-06-11 19:33:05 +00:00
|
|
|
cd ${.CURDIR}/../eBones && ( \
|
1996-01-08 22:13:50 +00:00
|
|
|
make bootstrap &&\
|
|
|
|
make obj all help-distribute DISTDIR=${RD}/trees &&\
|
1995-07-25 19:13:20 +00:00
|
|
|
make kprog \
|
1995-06-11 19:33:05 +00:00
|
|
|
)
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
1995-03-16 22:54:42 +00:00
|
|
|
chflags -R noschg ${RD}/trees
|
1995-02-25 22:08:48 +00:00
|
|
|
touch release.2
|
|
|
|
|
1996-06-06 10:13:32 +00:00
|
|
|
# Make and install the generic kernel(s).
|
1995-02-25 22:08:48 +00:00
|
|
|
release.3:
|
1995-03-28 19:28:32 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
1996-06-06 10:13:32 +00:00
|
|
|
.for kernel in ${KERNELS}
|
|
|
|
rm -f ${RD}/kernels/${kernel}
|
|
|
|
rm -rf ${.CURDIR}/../sys/compile/${kernel}
|
|
|
|
cd ${.CURDIR} && ${MAKE} doKERNEL KERNEL=${kernel}
|
|
|
|
rm -rf ${.CURDIR}/../sys/compile/${kernel}
|
|
|
|
ln -f ${RD}/kernels/${kernel} ${RD}/trees/bin/kernel.${kernel}
|
|
|
|
.endfor
|
1995-02-25 22:08:48 +00:00
|
|
|
touch release.3
|
|
|
|
|
1995-04-10 08:01:27 +00:00
|
|
|
# Make and install the three crunched binaries which live on the floppies.
|
1995-02-25 22:08:48 +00:00
|
|
|
# You are not supposed to like this :-)
|
1996-11-07 14:50:28 +00:00
|
|
|
#
|
|
|
|
# NB: the "RELEASE_BUILD_FIXIT" magic prevents vi from including the
|
|
|
|
# Tcl and Perl APIs. See also /usr/src/usr.bin/vi/Makefile.
|
1995-02-25 22:08:48 +00:00
|
|
|
release.4:
|
1996-01-08 22:13:50 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
cd ${.CURDIR}/sysinstall && make depend all
|
1995-04-20 06:48:31 +00:00
|
|
|
rm -rf ${RD}/crunch
|
|
|
|
mkdir -p ${RD}/crunch
|
1996-11-07 14:50:28 +00:00
|
|
|
export RELEASE_BUILD_FIXIT=noway ; \
|
1995-05-20 23:33:14 +00:00
|
|
|
for j in ${WHICH_CRUNCH} ; do \
|
1995-04-20 06:48:31 +00:00
|
|
|
rm -rf $${j}_crunch && \
|
|
|
|
mkdir $${j}_crunch && \
|
|
|
|
( cd $${j}_crunch && \
|
|
|
|
crunchgen ${.CURDIR}/$${j}_crunch.conf && \
|
1996-01-08 22:13:50 +00:00
|
|
|
${MAKE} -f $${j}_crunch.mk all NOCRYPT=yes \
|
1995-05-20 23:33:14 +00:00
|
|
|
"CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
|
1995-04-20 06:48:31 +00:00
|
|
|
mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \
|
1996-11-03 14:39:18 +00:00
|
|
|
true || { rm -rf $${j}_crunch ; false ; } ; \
|
1995-02-25 22:08:48 +00:00
|
|
|
done
|
|
|
|
touch release.4
|
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Fix up the distributions. ##==--
|
|
|
|
#
|
1995-02-25 22:08:48 +00:00
|
|
|
release.5:
|
1996-01-08 22:13:50 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
1996-10-10 09:22:37 +00:00
|
|
|
# Handle some grief caused by the munition braindeadness.
|
1996-02-13 13:28:41 +00:00
|
|
|
for i in sbin/init bin/ed ; do \
|
|
|
|
( cd ${.CURDIR}/../$$i; \
|
|
|
|
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
|
|
|
|
done
|
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
# Move all the manpages out to their own dist
|
1995-03-15 06:14:19 +00:00
|
|
|
if [ -d ${RD}/trees/bin/usr/share/man ] ; then \
|
1996-12-29 05:28:41 +00:00
|
|
|
( cd ${RD}/trees/bin/usr/share/man; \
|
|
|
|
find . | cpio -dumpl ${RD}/trees/manpages/usr/share/man ) && \
|
1996-10-04 13:33:49 +00:00
|
|
|
rm -rf ${RD}/trees/bin/usr/share/man; \
|
1995-01-13 08:06:55 +00:00
|
|
|
fi
|
1996-12-29 05:28:41 +00:00
|
|
|
# Create the catpages
|
|
|
|
if [ -d ${RD}/trees/manpages/usr/share/man ] ; then \
|
|
|
|
su -m man -c 'catman ${RD}/trees/manpages/usr/share/man'; \
|
|
|
|
( cd ${RD}/trees/manpages/usr/share/man; \
|
|
|
|
find cat* | cpio -dumpl ${RD}/trees/catpages/usr/share/man ) && \
|
|
|
|
rm -rf ${RD}/trees/manpages/usr/share/man/cat*; \
|
|
|
|
fi
|
1996-01-11 20:28:40 +00:00
|
|
|
# Move all the games out to their own dist
|
1995-03-15 06:14:19 +00:00
|
|
|
if [ -d ${RD}/trees/bin/usr/games ] ; then \
|
1996-10-04 13:33:49 +00:00
|
|
|
tar -cf - -C ${RD}/trees/bin/usr/games . | \
|
|
|
|
tar -xf - -C ${RD}/trees/games/usr/games && \
|
|
|
|
rm -rf ${RD}/trees/bin/usr/games; \
|
1995-02-25 22:08:48 +00:00
|
|
|
fi
|
1995-03-15 06:14:19 +00:00
|
|
|
if [ -d ${RD}/trees/bin/usr/share/games ] ; then \
|
1996-10-04 13:33:49 +00:00
|
|
|
tar -cf - -C ${RD}/trees/bin/usr/share/games . | \
|
|
|
|
tar -xf - -C ${RD}/trees/games/usr/share/games && \
|
|
|
|
rm -rf ${RD}/trees/bin/usr/share/games; \
|
1995-01-30 03:22:24 +00:00
|
|
|
fi
|
1995-03-15 06:14:19 +00:00
|
|
|
if [ -d ${RD}/trees/bin/var/games ] ; then \
|
1996-10-04 13:33:49 +00:00
|
|
|
tar -cf - -C ${RD}/trees/bin/var/games . | \
|
|
|
|
tar -xf - -C ${RD}/trees/games/var/games && \
|
|
|
|
rm -rf ${RD}/trees/bin/var/games; \
|
1995-02-25 22:08:48 +00:00
|
|
|
fi
|
1996-01-11 20:28:40 +00:00
|
|
|
# Move the dict out to their own dist
|
1995-03-15 06:14:19 +00:00
|
|
|
if [ -d ${RD}/trees/bin/usr/share/dict ] ; then \
|
1996-10-04 13:33:49 +00:00
|
|
|
tar -cf - -C ${RD}/trees/bin/usr/share/dict . | \
|
|
|
|
tar -xf - -C ${RD}/trees/dict/usr/share/dict && \
|
|
|
|
rm -rf ${RD}/trees/bin/usr/share/dict; \
|
1995-02-25 22:08:48 +00:00
|
|
|
fi
|
|
|
|
for i in airport birthtoken flowers na.phone zipcodes ; do \
|
1995-03-15 06:14:19 +00:00
|
|
|
if [ -f ${RD}/trees/bin/usr/share/misc/$$i ] ; then \
|
|
|
|
mv ${RD}/trees/bin/usr/share/misc/$$i \
|
1996-10-04 13:33:49 +00:00
|
|
|
${RD}/trees/dict/usr/share/misc; \
|
1995-02-25 22:08:48 +00:00
|
|
|
fi ; \
|
|
|
|
done
|
1996-01-11 20:28:40 +00:00
|
|
|
# Move the info files out to their own dist
|
|
|
|
if [ -d ${RD}/trees/bin/usr/share/info ] ; then \
|
1996-10-04 13:33:49 +00:00
|
|
|
tar -cf - -C ${RD}/trees/bin/usr/share/info . | \
|
|
|
|
tar -xf - -C ${RD}/trees/info/usr/share/info && \
|
|
|
|
rm -rf ${RD}/trees/bin/usr/share/info; \
|
1996-01-11 20:28:40 +00:00
|
|
|
fi
|
|
|
|
# Move the profiled libraries out to their own dist
|
1995-03-15 06:14:19 +00:00
|
|
|
for i in ${RD}/trees/bin/usr/lib/*_p.a ; do \
|
1995-02-25 22:08:48 +00:00
|
|
|
if [ -f $$i ] ; then \
|
|
|
|
mv $$i \
|
1995-03-15 06:14:19 +00:00
|
|
|
${RD}/trees/proflibs/usr/lib ; \
|
1995-02-25 22:08:48 +00:00
|
|
|
fi ; \
|
|
|
|
done
|
1996-01-24 21:42:37 +00:00
|
|
|
# Create symlinks for the MD5-based crypt lib, too. The
|
|
|
|
# automatically created links still point to the DES stuff,
|
|
|
|
# which went into its own distribution.
|
|
|
|
for i in ${RD}/trees/bin/usr/lib/libscrypt* ; do \
|
|
|
|
c=`echo $$i | sed -e 's/libscrypt/libcrypt/'` ; \
|
|
|
|
rm -f $$c ; \
|
|
|
|
ln -s `basename $$i` $$c ; \
|
|
|
|
done
|
1996-02-13 09:22:42 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
# Remove some files we can faster regen after installing.
|
1995-04-07 01:20:26 +00:00
|
|
|
cd ${RD}/trees/bin/usr/share/misc && rm -f termcap.db vgrindefs.db
|
1996-01-11 20:28:40 +00:00
|
|
|
# Remove all the directories we don't need.
|
1995-04-08 09:45:31 +00:00
|
|
|
-cd ${RD}/trees && \
|
|
|
|
find ${EXTRA_DISTS} -depth -type d -print | xargs rmdir
|
1995-02-25 22:08:48 +00:00
|
|
|
touch release.5
|
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Make binary dists ##==--
|
|
|
|
#
|
1995-02-25 22:08:48 +00:00
|
|
|
release.6:
|
1996-01-08 22:13:50 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
1995-05-24 01:26:23 +00:00
|
|
|
rm -rf ${RD}/dists
|
|
|
|
mkdir -p ${RD}/dists
|
|
|
|
@for i in ${DISTRIBUTIONS} ; \
|
|
|
|
do \
|
|
|
|
if [ -d ${RD}/trees/$${i} ] ; then \
|
1996-01-11 20:28:40 +00:00
|
|
|
cd ${.CURDIR} && $(MAKE) doTARBALL \
|
|
|
|
SD=${RD}/trees/$${i} \
|
|
|
|
TN=$$i TD=$$i ARG="." && \
|
1995-05-24 01:26:23 +00:00
|
|
|
echo "$${i} distribution is finished."; \
|
|
|
|
fi ; \
|
1995-05-30 08:29:07 +00:00
|
|
|
done
|
1996-01-11 20:28:40 +00:00
|
|
|
( cd ${RD}/dists && \
|
|
|
|
if [ -f krb/krb.aa ] ; then mv krb/* des && rmdir krb ; fi )
|
1995-05-24 08:59:01 +00:00
|
|
|
touch release.6
|
1995-05-24 01:26:23 +00:00
|
|
|
|
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Make source dists ##==--
|
|
|
|
#
|
1995-05-24 01:26:23 +00:00
|
|
|
release.7:
|
1996-01-08 22:13:50 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
|
|
|
@cd ${.CURDIR} && $(MAKE) doTARBALL SD=/usr/src \
|
1995-05-24 01:26:23 +00:00
|
|
|
TD=src TN=sbase ARG="[A-Z]*"
|
1996-01-08 22:13:50 +00:00
|
|
|
@for i in `cd /usr/src && echo [a-z]*` ; do \
|
1996-01-11 20:28:40 +00:00
|
|
|
if [ -d /usr/src/$$i ] ; then \
|
|
|
|
cd ${.CURDIR} && $(MAKE) doTARBALL \
|
1995-05-24 01:26:23 +00:00
|
|
|
TN=`echo s$$i | tr -d '.' | sed 's/usr/u/'` \
|
1996-01-11 20:28:40 +00:00
|
|
|
SD=/usr/src TD=src ARG="$$i" ; \
|
1995-05-24 01:26:23 +00:00
|
|
|
fi ; \
|
|
|
|
done
|
1995-12-07 10:34:59 +00:00
|
|
|
.if defined(EXTRA_SRC)
|
1996-01-08 22:13:50 +00:00
|
|
|
@set ${EXTRA_SRC} && \
|
1995-12-07 10:34:59 +00:00
|
|
|
while [ $$# -ge 2 ] ; do \
|
1996-01-11 20:28:40 +00:00
|
|
|
if [ -d /usr/src/$$1 ] ; then \
|
|
|
|
cd ${.CURDIR} && $(MAKE) doTARBALL \
|
|
|
|
SD=/usr/src TN="s$$2" TD=src ARG="$$1" ; \
|
|
|
|
fi && shift && shift ; \
|
1995-12-07 10:34:59 +00:00
|
|
|
done
|
|
|
|
.endif
|
1995-05-24 01:26:23 +00:00
|
|
|
( cd ${RD}/dists/src && \
|
1996-01-11 20:28:40 +00:00
|
|
|
if [ -f ssecure.aa ] ; then mv ssecure.* ../des ; fi && \
|
1996-05-29 04:13:17 +00:00
|
|
|
if [ -f sebones.aa ] ; then mv sebones.* ../des ; fi && \
|
1996-01-11 20:28:40 +00:00
|
|
|
if [ -f ssecure.inf ] ; then mv ssecure.inf ../des ; fi && \
|
|
|
|
if [ -f sebones.inf ] ; then mv sebones.inf ../des ; fi ; )
|
1995-05-24 01:26:23 +00:00
|
|
|
@echo "src distribution is finished."
|
1995-05-24 08:59:01 +00:00
|
|
|
touch release.7
|
1995-05-24 01:26:23 +00:00
|
|
|
|
1995-05-30 08:29:07 +00:00
|
|
|
# Complete the bootfd
|
1995-05-26 21:47:13 +00:00
|
|
|
#
|
|
|
|
# Now, just to get this picture down once and for all:
|
|
|
|
#
|
|
|
|
# +------------------------------------------------------------------------+
|
|
|
|
# |boot.flp |
|
|
|
|
# +-----+-----+------------------------------------------------------------+
|
|
|
|
# |boot1|boot2|floppy filesystem "bootfd" |
|
|
|
|
# +-----+-----+-+--------------------------------------------------------+-+
|
|
|
|
# |kernel |
|
|
|
|
# +------------+-----------------------------------------+-+
|
|
|
|
# |mfs filesystem "mfsfd" |
|
|
|
|
# +-----------------------------------------+
|
|
|
|
#
|
|
|
|
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
release.8: write_mfs_in_kernel dumpnlist
|
1995-05-28 07:04:36 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
1995-05-26 21:47:13 +00:00
|
|
|
rm -rf ${RD}/mfsfd
|
|
|
|
mkdir ${RD}/mfsfd
|
|
|
|
cd ${RD}/mfsfd && \
|
1996-11-27 22:52:34 +00:00
|
|
|
mkdir -p etc dev mnt stand/help && \
|
|
|
|
ln -s 'AH<<<<' etc/malloc.conf
|
1995-05-28 07:04:36 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=boot \
|
1996-01-13 23:31:46 +00:00
|
|
|
DIR=${RD}/mfsfd/stand ZIP=false
|
1995-05-28 07:04:36 +00:00
|
|
|
( cd ${RD}/trees/bin/dev && \
|
1995-05-25 01:51:45 +00:00
|
|
|
ls console tty ttyv0 ttyv1 ttyv2 ttyv3 null zero \
|
1996-12-14 23:14:39 +00:00
|
|
|
*[swo]d* cuaa[01] cuaa[23] fd[01] rfd[01] \
|
1996-05-02 08:18:28 +00:00
|
|
|
cd0a mcd0a scd0a matcd0a wcd0c rst0 rft0 rwt0 | \
|
1995-05-26 21:47:13 +00:00
|
|
|
cpio -dump ${RD}/mfsfd/dev )
|
1996-12-14 23:14:39 +00:00
|
|
|
( cd ${RD}/mfsfd/dev && rm -f *[swo]d*[bdefgh] )
|
1995-05-28 07:04:36 +00:00
|
|
|
cd ${RD}/trees/bin && ls ${BOOT1} | cpio -dump ${RD}/mfsfd/stand
|
1995-06-11 19:33:05 +00:00
|
|
|
echo "nameserver 42/tcp name" > ${RD}/mfsfd/stand/etc/services
|
|
|
|
echo "ftp 21/tcp" >> ${RD}/mfsfd/stand/etc/services
|
|
|
|
echo "domain 53/tcp nameserver" >> ${RD}/mfsfd/stand/etc/services
|
|
|
|
echo "domain 53/udp nameserver" >> ${RD}/mfsfd/stand/etc/services
|
1996-11-02 18:58:07 +00:00
|
|
|
echo "cmd 514/tcp shell" >> ${RD}/mfsfd/stand/etc/services
|
1996-07-05 08:53:54 +00:00
|
|
|
gzip -c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz
|
1996-09-26 20:48:03 +00:00
|
|
|
-test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd
|
1996-07-05 08:53:54 +00:00
|
|
|
@echo "Making the regular boot floppy."
|
1995-05-11 07:11:24 +00:00
|
|
|
tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
|
1995-05-26 21:47:13 +00:00
|
|
|
tar xvf - -C ${RD}/mfsfd/stand
|
1996-07-05 08:53:54 +00:00
|
|
|
@echo "Compressing doc files..."
|
|
|
|
@gzip -9 ${RD}/mfsfd/stand/help/*.hlp
|
1996-01-14 19:10:16 +00:00
|
|
|
sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} ${RD}/mfsfd \
|
1996-01-08 22:13:50 +00:00
|
|
|
${MFSINODE} minimum
|
|
|
|
mv fs-image fs-image.std
|
|
|
|
mv fs-image.size fs-image.std.size
|
|
|
|
cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std
|
1996-01-11 20:28:40 +00:00
|
|
|
mv ${RD}/floppies/bootstd.flp ${RD}/floppies/boot.flp
|
1996-07-05 08:53:54 +00:00
|
|
|
@echo "Regular boot floppy made."
|
1995-05-24 08:59:01 +00:00
|
|
|
touch release.8
|
1995-02-25 22:08:48 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Create a fixit floppy ##==--
|
|
|
|
#
|
1996-05-29 01:35:33 +00:00
|
|
|
release.9:
|
1995-05-28 07:04:36 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
1995-04-20 06:48:31 +00:00
|
|
|
rm -rf ${RD}/fixitfd
|
|
|
|
mkdir ${RD}/fixitfd
|
|
|
|
cd ${RD}/fixitfd && \
|
1996-01-11 20:28:40 +00:00
|
|
|
mkdir dev stand bin sbin etc mnt mnt1 mnt2 mnt3 mnt4 tmp
|
1995-05-28 07:04:36 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=fixit \
|
1996-11-09 16:25:47 +00:00
|
|
|
DIR=${RD}/fixitfd/stand ZIP=false
|
1996-01-11 20:28:40 +00:00
|
|
|
( cd ${RD}/fixitfd/dev && \
|
1996-11-16 22:40:59 +00:00
|
|
|
sed -e '/^PATH/s/^/#/' ${RD}/trees/bin/dev/MAKEDEV > MAKEDEV && \
|
|
|
|
chmod 755 MAKEDEV && \
|
1996-01-11 20:28:40 +00:00
|
|
|
sh MAKEDEV all )
|
1996-11-09 16:25:47 +00:00
|
|
|
cp ${RD}/trees/bin/etc/spwd.db ${RD}/trees/bin/etc/group \
|
|
|
|
${RD}/trees/bin/etc/protocols ${RD}/fixitfd/etc
|
1995-03-15 06:14:19 +00:00
|
|
|
cp ${.CURDIR}/fixit.profile ${RD}/fixitfd/.profile
|
1996-11-09 16:25:47 +00:00
|
|
|
cp ${.CURDIR}/fixit.services ${RD}/fixitfd/etc/services
|
1996-12-08 18:21:30 +00:00
|
|
|
cp ${.CURDIR}/tar.sh ${RD}/fixitfd/stand/tar
|
|
|
|
chmod 555 ${RD}/fixitfd/stand/tar
|
1996-01-14 19:10:16 +00:00
|
|
|
sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${FDSIZE} ${RD}/fixitfd \
|
1996-11-09 16:25:47 +00:00
|
|
|
${FIXITINODE} ${FDLABEL}
|
1996-01-08 22:13:50 +00:00
|
|
|
mv fs-image ${RD}/floppies/fixit.flp
|
1996-05-29 01:35:33 +00:00
|
|
|
touch release.9
|
1995-03-13 20:09:38 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Setup a suitable ftp-area ##==--
|
|
|
|
#
|
1995-03-15 06:14:19 +00:00
|
|
|
ftp.1:
|
1996-07-09 16:52:53 +00:00
|
|
|
mkdir -p ${FD}
|
1995-03-24 04:20:35 +00:00
|
|
|
cd ${RD} && find floppies -print | cpio -dumpl ${FD}
|
|
|
|
cd ${RD}/dists && find . -print | cpio -dumpl ${FD}
|
1996-12-14 23:14:39 +00:00
|
|
|
cp ${.CURDIR}/ABOUT.TXT ${FD}/ABOUT.TXT
|
1996-06-29 02:22:48 +00:00
|
|
|
cp ${.CURDIR}/sysinstall/help/readme.hlp ${FD}/README.TXT
|
|
|
|
cp ${.CURDIR}/sysinstall/help/hardware.hlp ${FD}/HARDWARE.TXT
|
|
|
|
cp ${.CURDIR}/sysinstall/help/install.hlp ${FD}/INSTALL.TXT
|
|
|
|
cp ${.CURDIR}/sysinstall/help/relnotes.hlp ${FD}/RELNOTES.TXT
|
1996-12-14 23:14:39 +00:00
|
|
|
cp ${.CURDIR}/floppies/README.TXT ${FD}/floppies/README.TXT
|
1995-03-13 20:09:38 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Setup a suitable cdrom-area ##==--
|
|
|
|
#
|
1995-03-16 22:54:42 +00:00
|
|
|
cdrom.1:
|
1996-07-09 16:52:53 +00:00
|
|
|
mkdir -p ${CD}/filesys
|
1996-08-03 06:49:00 +00:00
|
|
|
cd ${RD} && find floppies -print | cpio -dumpl ${CD}
|
|
|
|
cd ${RD}/dists && find . -print | cpio -dumpl ${CD}
|
1996-01-11 20:28:40 +00:00
|
|
|
ln -f ${RD}/kernels/MFSKERNEL.std ${CD}/kernel
|
1995-05-26 21:47:13 +00:00
|
|
|
ln -f ${RD}/trees/bin/usr/mdec/fbsdboot.exe ${CD}
|
1995-03-16 22:54:42 +00:00
|
|
|
for i in ${DISTRIBUTIONS} ; \
|
|
|
|
do \
|
|
|
|
if [ -d ${RD}/trees/$${i} ] ; then \
|
1996-12-29 05:51:40 +00:00
|
|
|
chflags -R noschg ${RD}/trees/$${i} ; \
|
1995-04-10 08:01:27 +00:00
|
|
|
( cd ${RD}/trees/$${i} && \
|
1995-03-16 22:54:42 +00:00
|
|
|
find . -depth -print | cpio -dumpl ${CD}/filesys ) ; \
|
|
|
|
fi \
|
|
|
|
done
|
1996-12-29 05:51:40 +00:00
|
|
|
rm -f ${CD}/filesys/.profile
|
|
|
|
cp ${.CURDIR}/fixit.profile ${CD}/filesys/.profile
|
1996-06-11 05:06:32 +00:00
|
|
|
echo "CD_VERSION = ${BUILDNAME}" > ${CD}/cdrom.inf
|
1996-06-29 02:22:48 +00:00
|
|
|
cp ${.CURDIR}/sysinstall/help/readme.hlp ${CD}/README.TXT
|
|
|
|
cp ${.CURDIR}/sysinstall/help/hardware.hlp ${CD}/HARDWARE.TXT
|
|
|
|
cp ${.CURDIR}/sysinstall/help/install.hlp ${CD}/INSTALL.TXT
|
|
|
|
cp ${.CURDIR}/sysinstall/help/relnotes.hlp ${CD}/RELNOTES.TXT
|
1995-03-16 22:54:42 +00:00
|
|
|
|
1995-02-26 01:35:32 +00:00
|
|
|
# Various "subroutine" and other supporting targets.
|
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
doTARBALL:
|
|
|
|
.if !defined(SD)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "SD undefined in doTARBALL" && exit 1
|
1995-05-30 08:29:07 +00:00
|
|
|
.endif
|
1995-02-25 22:08:48 +00:00
|
|
|
.if !defined(TD)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "TB undefined in doTARBALL" && exit 1
|
1995-05-30 08:29:07 +00:00
|
|
|
.endif
|
1995-02-25 22:08:48 +00:00
|
|
|
.if !defined(ARG)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "ARG undefined in doTARBALL" && exit 1
|
1995-05-30 08:29:07 +00:00
|
|
|
.endif
|
1995-03-24 02:45:34 +00:00
|
|
|
rm -rf ${RD}/dists/${TD}/${TN}*
|
1995-03-15 06:14:19 +00:00
|
|
|
mkdir -p ${RD}/dists/${TD}
|
1995-04-07 01:20:26 +00:00
|
|
|
( cd ${SD} && \
|
|
|
|
tn=`echo ${TN} | tr '[A-Z]' '[a-z]' | cut -c1-8` && \
|
|
|
|
echo rolling ${TD}/$$tn tarball &&\
|
1995-03-24 02:05:32 +00:00
|
|
|
tar --exclude CVS --exclude obj -cf - ${ARG} | \
|
1995-05-24 01:26:23 +00:00
|
|
|
${ZIPNSPLIT} ${RD}/dists/${TD}/$$tn. && \
|
1996-11-08 19:09:45 +00:00
|
|
|
sh ${.CURDIR}/info.sh ${RD}/dists/${TD}/$$tn > \
|
|
|
|
${RD}/dists/${TD}/$$tn.inf && \
|
1996-06-13 09:35:16 +00:00
|
|
|
if [ -f ${.CURDIR}/scripts/$${TD}-install.sh ]; then \
|
|
|
|
cp -p ${.CURDIR}/scripts/$${TD}-install.sh ${RD}/dists/${TD}/install.sh; \
|
|
|
|
fi && \
|
1996-06-06 10:13:32 +00:00
|
|
|
if [ "${SD}" != "/usr/src" ]; then \
|
|
|
|
mtree -c -i -p ${SD}/${ARG} \
|
|
|
|
-k gname,md5digest,mode,nlink,uname,size,link,type \
|
|
|
|
> ${RD}/dists/${TD}/$$tn.mtree ; else true; fi )
|
1995-02-26 01:35:32 +00:00
|
|
|
|
|
|
|
doRELEASE: release.1 release.2 release.3 release.4 release.5 release.6 \
|
1996-12-23 05:10:31 +00:00
|
|
|
release.7 release.8 release.9
|
1995-04-12 08:00:24 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} cdrom.1 ftp.1
|
1995-02-26 01:35:32 +00:00
|
|
|
@echo "Release done"
|
|
|
|
|
1995-05-18 13:24:48 +00:00
|
|
|
floppies:
|
1995-12-07 10:34:59 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} boot.flp
|
|
|
|
cd ${.CURDIR} && ${MAKE} fixit.flp
|
1996-04-29 19:38:36 +00:00
|
|
|
cd ${RD} && find floppies -print | cpio -dumpl ${FD}
|
1995-05-18 13:24:48 +00:00
|
|
|
|
1995-05-20 23:33:14 +00:00
|
|
|
boot.flp:
|
1995-05-24 08:59:01 +00:00
|
|
|
rm -f release.4 release.8
|
1995-05-25 06:14:10 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} release.4 release.8 WHICH_CRUNCH=boot
|
1995-05-20 23:33:14 +00:00
|
|
|
|
1995-05-21 03:20:05 +00:00
|
|
|
fixit.flp:
|
1996-05-29 01:35:33 +00:00
|
|
|
rm -f release.4 release.9
|
|
|
|
cd ${.CURDIR} && ${MAKE} release.4 release.9 WHICH_CRUNCH=fixit
|
1995-05-21 03:20:05 +00:00
|
|
|
|
1995-05-26 21:47:13 +00:00
|
|
|
write_mfs_in_kernel: ${.CURDIR}/write_mfs_in_kernel.c
|
|
|
|
${CC} ${CFLAGS} -o write_mfs_in_kernel ${.CURDIR}/write_mfs_in_kernel.c
|
|
|
|
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
dumpnlist: ${.CURDIR}/dumpnlist.c
|
|
|
|
${CC} ${CFLAGS} -o dumpnlist ${.CURDIR}/dumpnlist.c
|
|
|
|
|
1995-02-26 01:35:32 +00:00
|
|
|
ckRELEASEDIR:
|
|
|
|
.if !defined(RELEASEDIR)
|
|
|
|
@echo "To make a release RELEASEDIR must be defined" && false
|
1995-05-30 08:29:07 +00:00
|
|
|
.endif
|
1995-02-26 01:35:32 +00:00
|
|
|
|
1995-04-20 06:48:31 +00:00
|
|
|
installCRUNCH:
|
|
|
|
.if !defined(CRUNCH)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "CRUNCH undefined in installCRUNCH" && exit 1
|
1995-04-20 06:48:31 +00:00
|
|
|
.endif
|
|
|
|
.if !defined(DIR)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "DIR undefined in installCRUNCH" && exit 1
|
1995-04-20 06:48:31 +00:00
|
|
|
.endif
|
|
|
|
.if !defined(ZIP)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "ZIP undefined in installCRUNCH" && exit 1
|
1995-04-20 06:48:31 +00:00
|
|
|
.endif
|
|
|
|
if ${ZIP} ; then \
|
|
|
|
gzip -9 < ${RD}/crunch/${CRUNCH} > ${DIR}/${CRUNCH}_crunch ; \
|
|
|
|
else \
|
|
|
|
ln -f ${RD}/crunch/${CRUNCH} ${DIR}/${CRUNCH}_crunch ; \
|
|
|
|
fi
|
|
|
|
chmod 555 ${DIR}/${CRUNCH}_crunch
|
|
|
|
for i in `crunchgen -l ${.CURDIR}/${CRUNCH}_crunch.conf` ; do \
|
|
|
|
ln -f ${DIR}/${CRUNCH}_crunch ${DIR}/$$i ; \
|
|
|
|
done
|
1996-01-08 22:13:50 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# --==## Compile a kernel by name ${KERNEL} ##==--
|
|
|
|
#
|
|
|
|
# We don't erase the sys/compile/${KERNEL} directory, since somebody
|
|
|
|
# may want to reuse it (release.8 presently)
|
|
|
|
#
|
|
|
|
doKERNEL:
|
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
|
|
|
rm -f ${RD}/kernels/${KERNEL}
|
|
|
|
cd ${.CURDIR}/../sys/i386/conf && config -n ${KERNEL}
|
|
|
|
cd ${.CURDIR}/../sys/compile/${KERNEL} && \
|
|
|
|
make depend && \
|
|
|
|
make kernel && \
|
|
|
|
cp kernel ${RD}/kernels/${KERNEL}
|
|
|
|
|
|
|
|
#
|
|
|
|
# --==## Put a filesystem into a BOOTMFS kernel ##==--
|
|
|
|
#
|
|
|
|
doMFSKERN:
|
|
|
|
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@rm -f ${RD}/kernels/BOOTMFS.${FSIMAGE}
|
|
|
|
@rm -f /sys/compile/BOOTMFS/mfs_vfsops.o
|
|
|
|
@cd ${.CURDIR}/../sys/i386/conf && \
|
1996-06-06 10:13:32 +00:00
|
|
|
sed -e '/SYSV/d' \
|
|
|
|
-e '/pty/d' \
|
|
|
|
-e '/PROCFS/d' \
|
1996-09-09 21:25:40 +00:00
|
|
|
-e '/KTRACE/d' \
|
1996-06-06 10:13:32 +00:00
|
|
|
-e 's/GENERIC/BOOTMFS/g' \
|
|
|
|
-e '/maxusers/s/10/4/' < GENERIC > BOOTMFS && \
|
|
|
|
echo "options MFS" >> BOOTMFS && \
|
|
|
|
echo "options NFS_NOSERVER" >> BOOTMFS && \
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
echo 'options "MAXCONS=4"' >> BOOTMFS && \
|
|
|
|
echo "options USERCONFIG_BOOT" >> BOOTMFS
|
|
|
|
@echo "options \"MFS_ROOT=`cat fs-image.${FSIMAGE}.size`\"" >> \
|
1996-06-08 22:55:25 +00:00
|
|
|
${.CURDIR}/../sys/i386/conf/BOOTMFS
|
1996-06-07 11:46:19 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} doKERNEL KERNEL=BOOTMFS
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@rm -rf ${RD}/boot.${FSIMAGE}
|
|
|
|
@mkdir ${RD}/boot.${FSIMAGE}
|
|
|
|
@mv ${RD}/kernels/BOOTMFS ${RD}/kernels/BOOTMFS.${FSIMAGE}
|
|
|
|
@cp ${RD}/kernels/BOOTMFS.${FSIMAGE} ${RD}/boot.${FSIMAGE}/kernel
|
1996-10-05 13:10:01 +00:00
|
|
|
@vnconfig /dev/vn0 fs-image.${FSIMAGE}
|
|
|
|
@mkdir -p /tmp/mnt_xx
|
|
|
|
@mount /dev/vn0 /tmp/mnt_xx
|
|
|
|
./dumpnlist ${RD}/boot.${FSIMAGE}/kernel > /tmp/mnt_xx/stand/symbols
|
|
|
|
@umount /tmp/mnt_xx
|
|
|
|
@vnconfig -u /dev/vn0
|
|
|
|
@rmdir /tmp/mnt_xx
|
1996-01-08 22:13:50 +00:00
|
|
|
./write_mfs_in_kernel ${RD}/boot.${FSIMAGE}/kernel \
|
|
|
|
fs-image.${FSIMAGE}
|
|
|
|
kzip -v ${RD}/boot.${FSIMAGE}/kernel
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@mv ${RD}/boot.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE}
|
|
|
|
@mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel
|
|
|
|
@ls -l ${RD}/boot.${FSIMAGE}/kernel
|
|
|
|
@rm -f ${RD}/floppies/boot${FSIMAGE}.flp
|
1996-11-02 18:58:07 +00:00
|
|
|
cat ${RD}/trees/bin/usr/mdec/rawboot ${RD}/boot.${FSIMAGE}/kernel | \
|
1996-09-19 08:35:41 +00:00
|
|
|
dd conv=sync of=${RD}/floppies/boot${FSIMAGE}.flp
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@echo 'USERCONFIG' > startup_foo
|
|
|
|
@echo 'intro' >> startup_foo
|
|
|
|
dd if=startup_foo of=${RD}/floppies/boot${FSIMAGE}.flp \
|
|
|
|
seek=1 bs=512 count=1 conv=sync
|
|
|
|
@rm -f startup_foo
|
1996-01-08 22:13:50 +00:00
|
|
|
|
1995-02-28 01:15:52 +00:00
|
|
|
.include <bsd.prog.mk>
|