diff options
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 402 |
1 files changed, 211 insertions, 191 deletions
diff --git a/etc/Makefile b/etc/Makefile index 9b4b804c2471..f67591f79ddf 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,7 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.53.2.5 1994/05/03 10:08:21 rgrimes Exp $ - -NOOBJ= noobj +# $Id: Makefile,v 1.76 1994/06/29 21:19:38 jkh Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -9,16 +7,23 @@ BINOWN= root BINGRP= wheel BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \ ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ - inetd.conf motd myname netstart networks phones \ - printcap protocols rc rc.local remote security services shells \ - syslog.conf ttys etc.${MACHINE}/disktab rpc + inetd.conf login.access motd myname netstart \ + networks phones printcap protocols rc rc.local remote \ + security services shells skey.access \ + syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \ + ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \ + ${.CURDIR}/../usr.bin/mail/misc/mail.rc # -rw-rw-rw- BIN2= motd -# -rwxr-xr-x root.wheel, for the new f***ing cron root.wheel +# -rwxr-xr-x root.wheel, for the new cron root.wheel BIN3= daily weekly monthly +CLEANFILES+= *.o *.lo *.c *.cache *.mk kcopy filesystem + +ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - + MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist NAMEDB= localhost.rev named.boot root.cache PCS= pcs750.bin @@ -27,14 +32,14 @@ WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual # Special top level files for FreeBSD COPYRIGHT= COPYRIGHT.386BSD COPYRIGHT.FreeBSD -FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD +FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD ROSTER.FreeBSD FREEBSD+= MIRROR.SITES PERSONAL.ACKS RELNOTES.FreeBSD SUPPORT.TXT FREEBSD+= ${COPYRIGHT} # # Floppy drive name and files for building FreeBSD Floppies FLOPPY?= fd0 MOUNT?= /mnt -FLOPPY_TYPE?= fd1200 +FLOPPY_TYPE?= fd1440 # MDEC= usr/mdec/bootfd usr/mdec/fdboot MDEC+= usr/mdec/bootsd usr/mdec/sdboot @@ -42,10 +47,9 @@ MDEC+= usr/mdec/bootwd usr/mdec/wdboot # KC_DIRS= bin dev mnt sbin KC_FILES= ${COPYRIGHT} -KC_FILES+= bin/sh # XXX Crunch is broken! -KC_FILES+= sbin/mount sbin/mount_isofs # XXX Crunch is broken! -KC_LINKS= bin/[ bin/cp bin/echo bin/test +KC_LINKS= bin/[ bin/cp bin/echo bin/sh bin/test KC_LINKS+= sbin/fsck sbin/halt sbin/init +KC_LINKS+= sbin/mount sbin/mount_isofs KC_LINKS+= sbin/umount # CD_DIRS= etc usr @@ -53,13 +57,12 @@ CD_DIRS= etc usr FILESYSTEM_DIRS= bin dev etc mnt proc sbin usr usr/bin usr/mdec usr/sbin FILESYSTEM_TREES= dev FILESYSTEM_FILES= ${COPYRIGHT} -FILESYSTEM_FILES+= bin/sh # XXX Crunch is broken! FILESYSTEM_FILES+= dev/MAKEDEV FILESYSTEM_FILES+= etc/group FILESYSTEM_FILES+= etc/master.passwd etc/passwd etc/pwd.db FILESYSTEM_FILES+= ${MDEC} FILESYSTEM_LINKS= bin/[ bin/expr bin/ls bin/mkdir bin/rm -FILESYSTEM_LINKS+= bin/sync bin/test +FILESYSTEM_LINKS+= bin/sh bin/sync bin/test FILESYSTEM_LINKS+= sbin/disklabel sbin/fdisk sbin/halt sbin/init FILESYSTEM_LINKS+= sbin/mount sbin/mount_pcfs FILESYSTEM_LINKS+= sbin/newfs @@ -92,13 +95,13 @@ CPIO_CPIO+= usr/bin/awk usr/bin/chgrp usr/bin/cpio usr/bin/ex usr/bin/ftp CPIO_CPIO+= usr/bin/gunzip usr/bin/gzcat usr/bin/gzip CPIO_CPIO+= usr/bin/more usr/bin/tar usr/bin/tip CPIO_CPIO+= usr/bin/vi usr/bin/view usr/bin/zcat -CPIO_CPIO+= usr/lib/libc.so.1.0 -CPIO_CPIO+= usr/lib/libcurses.so.1.0 -CPIO_CPIO+= usr/lib/libgcc.so.1.0 -CPIO_CPIO+= usr/lib/libm.so.1.0 -CPIO_CPIO+= usr/lib/libtermlib.so.1.0 -CPIO_CPIO+= usr/lib/libtermcap.so.1.0 -CPIO_CPIO+= usr/lib/libutil.so.1.0 +CPIO_CPIO+= usr/lib/libc.so.1.1 +CPIO_CPIO+= usr/lib/libcurses.so.1.1 +CPIO_CPIO+= usr/lib/libgcc.so.1.1 +CPIO_CPIO+= usr/lib/libm.so.1.1 +CPIO_CPIO+= usr/lib/libtermlib.so.1.1 +CPIO_CPIO+= usr/lib/libtermcap.so.1.1 +CPIO_CPIO+= usr/lib/libutil.so.1.1 CPIO_CPIO+= usr/libexec/ld.so CPIO_CPIO+= usr/sbin/bad144 usr/sbin/chown CPIO_CPIO+= usr/share/misc/termcap @@ -114,10 +117,10 @@ CRYPT_SRCS+= usr.bin/bdes usr.bin/lock usr.bin/login usr.bin/passwd CRYPT_SRCS+= usr.bin/rlogin usr.bin/rsh usr.bin/su usr.bin/telnet CRYPT_DIRS= bin sbin usr usr/bin usr/lib usr/libexec -all clean cleandir depend etc install lint: +all depend etc install lint: crypt: - rm -f ${LIBCRYPT}; + rm -f /usr/lib/libcrypt* (cd ${.CURDIR}/../${CRYPT_LIB}; \ ${MAKE} cleandir obj depend all install) for i in ${CRYPT_SRCS}; do \ @@ -126,41 +129,44 @@ crypt: done non-crypt: - rm -f ${LIBCRYPT} + rm -f /usr/lib/libcrypt* for i in ${CRYPT_SRCS}; do \ cd ${.CURDIR}/../$$i; \ ${MAKE} cleandir obj depend all; \ done distribution: distrib-dirs - install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc - install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc - install -c -o root -g wheel -m 755 ${BIN3} ${DESTDIR}/etc - install -c -o root -g wheel -m 644 crontab ${DESTDIR}/etc - install -c -o root -g wheel -m 600 /dev/null ${DESTDIR}/var/cron/log - install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc - pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd + (cd ${.CURDIR}; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN3} ${DESTDIR}/etc; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 644 crontab ${DESTDIR}/etc; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ + ${DESTDIR}/var/cron/log; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 600 \ + master.passwd ${DESTDIR}/etc; \ + pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \ install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ - MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev + MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev ) .if defined(CDROMDIST) - (cd ${DESTDIR}/dev; sh MAKEDEV all) + (cd ${DESTDIR}/dev; sh MAKEDEV all) ; .endif - (cd root; \ - install -c -o root -g wheel -m 644 dot.cshrc \ + (cd ${.CURDIR}/root; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \ ${DESTDIR}/root/.cshrc; \ - install -c -o root -g wheel -m 644 dot.klogin \ + install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \ ${DESTDIR}/root/.klogin; \ - install -c -o root -g wheel -m 644 dot.login \ + install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.login \ ${DESTDIR}/root/.login; \ - install -c -o root -g wheel -m 644 dot.profile \ + install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.profile \ ${DESTDIR}/root/.profile; \ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) - cd mtree; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${MTREE} \ - ${DESTDIR}/etc/mtree - cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ - ${DESTDIR}/etc/namedb + cd ${.CURDIR}/mtree; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${MTREE} ${DESTDIR}/etc/mtree + cd ${.CURDIR}/namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 \ + ${NAMEDB} ${DESTDIR}/etc/namedb install -c -o ${BINOWN} -g operator -m 664 /dev/null \ ${DESTDIR}/etc/dumpdates install -c -o nobody -g ${BINGRP} -m 664 /dev/null \ @@ -177,56 +183,75 @@ distribution: distrib-dirs ${DESTDIR}/var/log/wtmp install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/run/utmp - (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - fstab.* ${DESTDIR}/etc) + install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/minfree \ + ${DESTDIR}/var/crash + (cd ${.CURDIR}/etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} \ + -m 444 fstab.* ${DESTDIR}/etc) .if defined(NOCRYPT) - ${MAKE} non-crypt - (cd ..; NOCRYPT=nocrypt; export NOCRYPT; ${MAKE} install) + (cd ${.CURDIR}; ${MAKE} non-crypt) + (cd ${.CURDIR}/..; NOCRYPT=nocrypt; export NOCRYPT; ${MAKE} install) .else - ${MAKE} crypt - (cd ..; ${MAKE} install) + (cd ${.CURDIR}; ${MAKE} crypt) + (cd ${.CURDIR}/..; ${MAKE} install) .endif - (cd ../usr.sbin/sendmail/src; \ + (cd ${.CURDIR}/../usr.sbin/sendmail/src; \ ${MAKE} install; \ cd ../cf/cf; \ ${MAKE} obj; \ ${MAKE} freefall.cf; \ - install -o root -g wheel -m 644 obj/freefall.cf \ + install -o ${BINOWN} -g ${BINGRP} -m 644 obj/freefall.cf \ ${DESTDIR}/etc/sendmail.cf) - (cd ../; \ - install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/) - (cd ..; ${MAKE} mdec; ) - (cd ../share/man; ${MAKE} makedb; ) + (cd ${.CURDIR}/..; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} ${DESTDIR}/) + (cd ${.CURDIR}/..; ${MAKE} mdec; ) + (cd ${.CURDIR}/../share/man; ${MAKE} makedb; ) .if ${MACHINE} == "tahoe" - (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \ - ${DESTDIR}/) + (cd ${.CURDIR}/etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} \ + -m 444 ${WCS1} ${DESTDIR}/) .endif .if ${MACHINE} == "vax" - (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ - ${DESTDIR}/) + (cd ${.CURDIR}/etc.vax; install -c -o ${BINOWN} -g ${BINGRP} \ + -m 444 ${PCS} ${DESTDIR}/) .endif +crunch: + crunchgen ${.CURDIR}/../contrib/crunch/examples/kcopy.conf + ${MAKE} -f kcopy.mk objs exe + crunchgen ${.CURDIR}/../contrib/crunch/examples/filesystem.conf + ${MAKE} -f filesystem.mk objs exe + +extract: + install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ + ${.CURDIR}/etc.i386/EXTRACT_bin.sh \ + ${RELEASEDIR}/tarballs/bindist/EXTRACT.sh + install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ + ${.CURDIR}/etc.i386/EXTRACT_src.sh \ + ${RELEASEDIR}/tarballs/srcdist/EXTRACT.sh + install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ + ${.CURDIR}/etc.i386/EXTRACT_secr.sh \ + ${RELEASEDIR}/tarballs/secrdist/EXTRACT.sh + hcx9-distribution: - (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \ - ${DESTDIR}/) - -kcopy-kernels: ../sys/i386/conf/GENERICAH ../sys/i386/conf/GENERICBT - (cd ../sys/compile; rm -rf GENERICAH GENERICBT) - (cd ../sys/i386/conf; config GENERICAH; config GENERICBT) - (cd ../sys/compile/GENERICAH; ${MAKE} depend; ${MAKE} all; \ - install -c -o root -g wheel -m 755 386bsd \ + (cd ${.CURDIR}/etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} \ + -m 444 ${WCS2} ${DESTDIR}/) + +kcopy-kernels: ${.CURDIR}/../sys/i386/conf/GENERICAH ${.CURDIR}/../sys/i386/conf/GENERICBT + (cd ${.CURDIR}/../sys/compile; rm -rf GENERICAH GENERICBT) + (cd ${.CURDIR}/../sys/i386/conf; config GENERICAH; config GENERICBT) + (cd ${.CURDIR}/../sys/compile/GENERICAH; ${MAKE} depend; ${MAKE} all; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd \ ${DESTDIR}/386bsd.GENERICAH) - (cd ../sys/compile/GENERICBT; ${MAKE} depend; ${MAKE} all; \ - install -c -o root -g wheel -m 755 386bsd \ + (cd ${.CURDIR}/../sys/compile/GENERICBT; ${MAKE} depend; ${MAKE} all; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd \ ${DESTDIR}/386bsd.GENERICBT) kcopy-floppy: disklabel -w -r ${FLOPPY} ${FLOPPY_TYPE} \ - /usr/mdec/fdboot /usr/mdec/bootfd - newfs -b 4096 -c 80 -f 512 -i 10240 -m 0 -o space \ + ${DESTDIR}/usr/mdec/fdboot ${DESTDIR}/usr/mdec/bootfd + newfs -b 4096 -c 80 -f 512 -i 8192 -m 0 -o space \ r${FLOPPY} ${FLOPPY_TYPE} mount /dev/${FLOPPY} ${MOUNT} - chown root.wheel ${MOUNT}/. + chown ${BINOWN}.${BINGRP} ${MOUNT}/. chmod 755 ${MOUNT}/. (cd ${DESTDIR}/; \ ls -d ${KC_DIRS} | cpio -pdamuv ${MOUNT}) @@ -239,10 +264,10 @@ kcopy-floppy: rm -rf rmcd*) (cd ${DESTDIR}/; \ ls ${KC_FILES} | cpio -pdamuv ${MOUNT}) - install -c -o root -g wheel -m 755 etc.i386/kc.profile \ - ${MOUNT}/.profile - install -c -o root -g wheel -m 755 ${RELEASEDIR}/distbin/kcopy \ - ${MOUNT}/bin/kcopy + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/kc.profile ${MOUNT}/.profile + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + kcopy ${MOUNT}/bin/kcopy (cd ${MOUNT}/; \ for i in ${KC_LINKS}; do \ ln bin/kcopy $$i; \ @@ -250,27 +275,27 @@ kcopy-floppy: kcopy_ah.flp: ${MAKE} kcopy-floppy - (cd ../sys/compile/GENERICAH; \ - install -c -o root -g wheel -m 755 386bsd ${MOUNT}/) + (cd ${.CURDIR}/../sys/compile/GENERICAH; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/) df -ik ${MOUNT} umount /dev/${FLOPPY} fsck /dev/r${FLOPPY} dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/kcopy_ah.flp \ bs=15b count=160 gzip --no-name -9 -c ${RELEASEDIR}/floppies/kcopy_ah.flp \ - >${RELEASEDIR}/floppies/kcopy_ah.flp.gz + >${RELEASEDIR}/floppies/kcopy_ah.flp.gz & kcopy_bt.flp: ${MAKE} kcopy-floppy - (cd ../sys/compile/GENERICBT; \ - install -c -o root -g wheel -m 755 386bsd ${MOUNT}/) + (cd ${.CURDIR}/../sys/compile/GENERICBT; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/) df -ik ${MOUNT} umount /dev/${FLOPPY} fsck /dev/r${FLOPPY} dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/kcopy_bt.flp \ bs=15b count=160 gzip --no-name -9 -c ${RELEASEDIR}/floppies/kcopy_bt.flp \ - >${RELEASEDIR}/floppies/kcopy_bt.flp.gz + >${RELEASEDIR}/floppies/kcopy_bt.flp.gz & cdins-floppy: ${MAKE} kcopy-floppy @@ -280,44 +305,44 @@ cdins-floppy: ln -s /cdrom/filesys/usr/libexec libexec; \ ln -s /cdrom/filesys/usr/lib lib) mkdir ${MOUNT}/cdrom - chown root.wheel ${MOUNT}/cdrom + chown ${BINOWN}.${BINGRP} ${MOUNT}/cdrom chmod 755 ${MOUNT}/cdrom - install -c -o root -g wheel -m 755 etc.i386/cdinst1.profile \ - ${MOUNT}/.profile - install -c -o root -g wheel -m 755 etc.i386/cdinst1.install \ - ${MOUNT}/install + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/cdinst1.profile ${MOUNT}/.profile + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/cdinst1.install ${MOUNT}/install cdins_ah.flp: ${MAKE} cdins-floppy - (cd ../sys/compile/GENERICAH; \ - install -c -o root -g wheel -m 755 386bsd ${MOUNT}/) + (cd ${.CURDIR}/../sys/compile/GENERICAH; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/) df -ik ${MOUNT} umount /dev/${FLOPPY} fsck /dev/r${FLOPPY} dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/cdins_ah.flp \ bs=15b count=160 gzip --no-name -9 -c ${RELEASEDIR}/floppies/cdins_ah.flp \ - >${RELEASEDIR}/floppies/cdins_ah.flp.gz + >${RELEASEDIR}/floppies/cdins_ah.flp.gz & cdins_bt.flp: ${MAKE} cdins-floppy - (cd ../sys/compile/GENERICBT; \ - install -c -o root -g wheel -m 755 386bsd ${MOUNT}/) + (cd ${.CURDIR}/../sys/compile/GENERICBT; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/) df -ik ${MOUNT} umount /dev/${FLOPPY} fsck /dev/r${FLOPPY} dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/cdins_bt.flp \ bs=15b count=160 gzip --no-name -9 -c ${RELEASEDIR}/floppies/cdins_bt.flp \ - >${RELEASEDIR}/floppies/cdins_bt.flp.gz + >${RELEASEDIR}/floppies/cdins_bt.flp.gz & filesyst.flp: disklabel -w -r ${FLOPPY} ${FLOPPY_TYPE} \ - /usr/mdec/fdboot /usr/mdec/bootfd + ${DESTDIR}/usr/mdec/fdboot ${DESTDIR}/usr/mdec/bootfd newfs -b 4096 -c 80 -f 512 -i 10240 -m 0 -o space \ r${FLOPPY} ${FLOPPY_TYPE} mount /dev/${FLOPPY} ${MOUNT} - chown root.wheel ${MOUNT}/. + chown ${BINOWN}.${BINGRP} ${MOUNT}/. chmod 755 ${MOUNT}/. (cd ${DESTDIR}/; \ ls -d ${FILESYSTEM_DIRS} | cpio -pdamuv ${MOUNT}) @@ -331,12 +356,12 @@ filesyst.flp: (find ${FILESYSTEM_CPIO}; ls -d ${FILESYSTEM_CPIO_DIRS}) | \ cpio -H newc --block-size=16 -oav | \ gzip -9 >${MOUNT}/inst1.cpio.gz) - install -c -o root -g wheel -m 755 etc.i386/inst1.profile \ - ${MOUNT}/.profile - install -c -o root -g wheel -m 755 etc.i386/inst1.install \ - ${MOUNT}/install - install -c -o root -g wheel -m 755 ${RELEASEDIR}/distbin/filesystem \ - ${MOUNT}/bin/filesystem + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/inst1.profile ${MOUNT}/.profile + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/inst1.install ${MOUNT}/install + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + filesystem ${MOUNT}/bin/filesystem (cd ${MOUNT}/; \ for i in ${FILESYSTEM_LINKS}; do \ ln bin/filesystem $$i; \ @@ -354,153 +379,150 @@ filesyst.flp: dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/filesyst.flp \ bs=15b count=160 gzip --no-name -9 -c ${RELEASEDIR}/floppies/filesyst.flp \ - >${RELEASEDIR}/floppies/filesyst.flp.gz + >${RELEASEDIR}/floppies/filesyst.flp.gz & cpio.flp: disklabel -w -r ${FLOPPY} ${FLOPPY_TYPE} \ - /usr/mdec/fdboot /usr/mdec/bootfd + ${DESTDIR}/usr/mdec/fdboot ${DESTDIR}/usr/mdec/bootfd newfs -b 4096 -c 80 -f 512 -i 65536 -m 0 -o space \ r${FLOPPY} ${FLOPPY_TYPE} mount /dev/${FLOPPY} ${MOUNT} - chown root.wheel ${MOUNT}/. + chown ${BINOWN}.${BINGRP} ${MOUNT}/. chmod 755 ${MOUNT}/. (cd ${DESTDIR}/; \ ls ${CPIO_FILES} | cpio -pdamuv ${MOUNT}) + # This ugliness is because the default termcap file is simply too + # big and we don't need such a hugh one for the initial installation, + # yet we want the symlink in /etc to point to the right place so we + # need to install the smaller one in the same location. Same goes + # for the elvis hackery; just trying to bum as many bytes as we can + # here, and that's rarely a very pretty process. + mv ${DESTDIR}/usr/share/misc/termcap ${DESTDIR}/usr/share/misc/otermcap + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/termcap.small ${DESTDIR}/usr/share/misc/termcap + # Use cp so we don't destroy the links. + cp ${DESTDIR}/usr/bin/ex ${DESTDIR}/usr/bin/ex.bak + cp ${DESTDIR}/usr/bin/elvis ${DESTDIR}/usr/bin/ex (cd ${DESTDIR}/; \ (find ${CPIO_CPIO}; ls -d ${CPIO_CPIO_DIRS}) | \ cpio -H newc --block-size=16 -oav | \ gzip -9 >${MOUNT}/inst2.cpio.gz) - install -c -o root -g wheel -m 755 etc.i386/cpio.rc \ - ${MOUNT}/rc - install -c -o root -g wheel -m 755 etc.i386/cpio.install \ - ${MOUNT}/install - install -c -o root -g wheel -m 755 etc.i386/cpio.magic \ - ${MOUNT}/magic + # cpio is done, put everything back in shape for the bindist. + mv ${DESTDIR}/usr/share/misc/otermcap ${DESTDIR}/usr/share/misc/termcap + cp ${DESTDIR}/usr/bin/ex.bak ${DESTDIR}/usr/bin/ex + rm ${DESTDIR}/usr/bin/ex.bak + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/cpio.rc ${MOUNT}/rc + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/cpio.install ${MOUNT}/install + install -c -o ${BINOWN} -g ${BINGRP} -m 755 \ + ${.CURDIR}/etc.i386/cpio.magic ${MOUNT}/magic df -ik ${MOUNT} umount /dev/${FLOPPY} fsck /dev/r${FLOPPY} dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/cpio.flp \ bs=15b count=160 gzip --no-name -9 -c ${RELEASEDIR}/floppies/cpio.flp \ - >${RELEASEDIR}/floppies/cpio.flp.gz + >${RELEASEDIR}/floppies/cpio.flp.gz & bin-tarball: (cd ${DESTDIR}; \ tar cf - . | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/bindist/bin_tgz.) + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/bindist/bin_tgz.) + +src-clean: + (cd ${DESTDIR}/usr/src; make cleandist) + find ${DESTDIR}/usr/src -name obj | xargs -n30 rm -rf + rm -rf ${DESTDIR}/usr/src/sys/compile/GENERIC* + chown -R bin:bin ${DESTDIR}/usr/src + chmod -R og-w ${DESTDIR}/usr/src srcbase-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/[A-Z]* | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/base.) + tar --exclude CVS -cf - usr/src/[A-Z]* | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/base.) srcbin-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/bin | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/bin.) + tar --exclude CVS -cf - usr/src/bin | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/srcbin.) srccontrib-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/contrib | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/contrib.) + tar --exclude CVS -cf - usr/src/contrib | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/contrib.) srcetc-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/etc | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/etc.) + tar --exclude CVS -cf - usr/src/etc | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/etc.) srcgames-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/games | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/games.) + tar --exclude CVS -cf - usr/src/games | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/games.) srcgnu-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/gnu | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/gnu.) + tar --exclude CVS -cf - usr/src/gnu | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/gnu.) srcinclude-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/include | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/include.) + tar --exclude CVS -cf - usr/src/include | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/include.) srclib-tarball: (cd ${DESTDIR}; \ - tar --exclude usr/src/${CRYPT_LIB} -cf - usr/src/lib | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/lib.) + tar --exclude usr/src/${CRYPT_LIB} --exclude CVS -cf - \ + usr/src/lib | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/lib.) srclibcrypt-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/${CRYPT_LIB} | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/secrdist/libcrypt.) + tar --exclude CVS -cf - usr/src/${CRYPT_LIB} | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/secrdist/libcrypt.) srclibexec-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/libexec | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/libexec.) + tar --exclude CVS -cf - usr/src/libexec | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/libexec.) srcsbin-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/sbin | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/sbin.) + tar --exclude CVS -cf - usr/src/sbin | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/sbin.) srcshare-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/share | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/share.) + tar --exclude CVS -cf - usr/src/share | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/share.) srcsys-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/sys | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/sys.) + tar --exclude CVS -cf - usr/src/sys | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/sys.) srcusrbin-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/usr.bin | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/usrbin.) + tar --exclude CVS -cf - usr/src/usr.bin | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/usrbin.) srcusrsbin-tarball: (cd ${DESTDIR}; \ - tar -cf - usr/src/usr.sbin | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/srcdist/usrsbin.) + tar --exclude CVS -cf - usr/src/usr.sbin | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/srcdist/usrsbin.) -src-tarball: srcbase-tarball srcbin-tarball srccontrib-tarball srcetc-tarball \ - srcgames-tarball srcgnu-tarball srcinclude-tarball srclib-tarball \ - srclibcrypt-tarball srclibexec-tarball srcsbin-tarball \ - srcshare-tarball srcsys-tarball srcusrbin-tarball \ - srcusrsbin-tarball +srckrb-tarball: + (cd ${DESTDIR}; \ + tar --exclude CVS -cf - usr/src/kerberosIV | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/secrdist/kerberos.) + +src-tarball: src-clean srcbase-tarball srcbin-tarball srccontrib-tarball \ + srcetc-tarball srcgames-tarball srcgnu-tarball srcinclude-tarball \ + srclib-tarball srclibcrypt-tarball srclibexec-tarball srcsbin-tarball \ + srcshare-tarball srcsys-tarball srcusrbin-tarball srcusrsbin-tarball \ + srckrb-tarball des-tarball: rm -rf ${RELEASEDIR}/tmpdes @@ -530,30 +552,28 @@ des-tarball: done (cd ${RELEASEDIR}/tmpdes; \ tar cf - . | \ - gzip --no-name -9 -c | \ - split -b 240640 - \ - ${RELEASEDIR}/tarballs/secrdist/des_tgz.) + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/secrdist/des_tgz.) rm -rf ${RELEASEDIR}/tmpdes distrib-dirs: - mtree -u -f mtree/BSD.root.dist -p ${DESTDIR}/ - mtree -u -f mtree/BSD.var.dist -p ${DESTDIR}/var - mtree -u -f mtree/BSD.usr.dist -p ${DESTDIR}/usr + mtree -u -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/ + mtree -u -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var + mtree -u -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr .if defined(CDROMDIST) - mtree -u -f mtree/BSD.local.dist -p ${DESTDIR}/usr/local + mtree -u -f ${.CURDIR}/mtree/BSD.local.dist -p ${DESTDIR}/usr/local .endif cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys floppies: kcopy_ah.flp kcopy_bt.flp filesyst.flp cpio.flp \ cdins_ah.flp cdins_bt.flp -release: release-dirs distribution kcopy-kernels floppies \ - bin-tarball des-tarball - +release: release-dirs distribution crunch extract kcopy-kernels \ + floppies bin-tarball des-tarball clean + release-dirs: rm -rf ${RELEASEDIR}/filesys mkdir ${RELEASEDIR}/filesys - chown root.wheel ${RELEASEDIR}/filesys + chown ${BINOWN}.${BINGRP} ${RELEASEDIR}/filesys chmod 755 ${RELEASEDIR}/filesys rm -rf ${RELEASEDIR}/tarballs mkdir ${RELEASEDIR}/tarballs @@ -561,11 +581,11 @@ release-dirs: mkdir ${RELEASEDIR}/tarballs/objdist mkdir ${RELEASEDIR}/tarballs/secrdist mkdir ${RELEASEDIR}/tarballs/srcdist - chown -R root.wheel ${RELEASEDIR}/tarballs + chown -R ${BINOWN}.${BINGRP} ${RELEASEDIR}/tarballs chmod -R 755 ${RELEASEDIR}/tarballs rm -rf ${RELEASEDIR}/floppies mkdir ${RELEASEDIR}/floppies - chown root.wheel ${RELEASEDIR}/floppies + chown ${BINOWN}.${BINGRP} ${RELEASEDIR}/floppies chmod 755 ${RELEASEDIR}/floppies .include <bsd.prog.mk> |
