From owner-freebsd-stable Sun Sep 5 20:20:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 7033315300 for ; Sun, 5 Sep 1999 20:20:19 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) with ESMTP id XAA04567; Sun, 5 Sep 1999 23:19:55 -0400 (EDT) Date: Sun, 5 Sep 1999 23:19:54 -0400 (EDT) From: jack To: "Jordan K. Hubbard" Cc: stable@freebsd.org Subject: Re: Oops In-Reply-To: <96452.936587178@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Today Jordan K. Hubbard wrote: > You must have an outdated /usr/src/release/Makefile. The copy loop looks > like this now: > > @for i in ${DIST_DOCS}; do \ > if [ -f ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} ]; then \ > cp ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} ${FD}; \ > else \ > cp ${.CURDIR}/texts/$${i} ${FD}; \ > fi; \ > done > > - Jordan # $FreeBSD: src/release/Makefile,v 1.460.2.25 1999/09/05 21:06:10 jkh Exp $ under the ftp.1 and cdrom.t targets I have that, but under release.8 gzip -9c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT; do \ gzip -9c ${.CURDIR}/texts/$${i} > ${RD}/mfsfd/stand/help/$${i}.gz; done -test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd @mkdir -p ${RD}/mfsfd/boot @cp /boot/boot* ${RD}/mfsfd/boot @echo "Making the regular boot floppy." @tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \ tar xf - -C ${RD}/mfsfd/stand -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message