Date: Sun, 5 Sep 1999 23:19:54 -0400 (EDT) From: jack <jack@germanium.xtalwind.net> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: stable@freebsd.org Subject: Re: Oops Message-ID: <Pine.BSF.4.10.9909052312020.95141-100000@germanium.xtalwind.net> In-Reply-To: <96452.936587178@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909052312020.95141-100000>
