Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Sep 1999 20:06:18 -0700
From:      "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
To:        jack <jack@germanium.xtalwind.net>
Cc:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, stable@freebsd.org
Subject:   Re: Oops 
Message-ID:  <96452.936587178@localhost>
In-Reply-To: Your message of "Sun, 05 Sep 1999 23:04:11 EDT." <Pine.BSF.4.10.9909052259500.95141-100000@germanium.xtalwind.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> src/release/texts/i386/RELNOTES.TXT
> src/release/texts/i386/INSTALL.TXT
> src/release/texts/i386/HARDWARE.TXT
> 
> 1.28.2.1 Sat Sep 4 9:16:07 1999 by jkh 
> Branch: RELENG_3
> 
> MFC: Move these into their architecture subdirectory.
> 
> 
> gzip -9c /usr/src/release/../COPYRIGHT > /R/stage/mfsfd/stand/help/COPYRIGHT.
hlp
> .gz
> for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT; do  gz

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


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?96452.936587178>