Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 1999 13:39:33 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release Makefile 
Message-ID:  <716.926854773@critter.freebsd.dk>
In-Reply-To: Your message of "Sun, 16 May 1999 04:36:28 PDT." <2021.926854588@zippy.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <2021.926854588@zippy.cdrom.com>, "Jordan K. Hubbard" writes:
>root@zippy-> pwd
>/usr/src/release/texts
>root@zippy-> find . -name INSTALL.TXT
>./alpha/INSTALL.TXT
>./i386/INSTALL.TXT

Ahh, that is likely the cause, it was trying to take it from
texts:

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

>
>> phk         1999/05/16 01:07:37 PDT
>> 
>>   Modified files:
>>     release              Makefile 
>>   Log:
>>   INSTALL.TXT is gone in -current (despite what Jordan says :-)
>>   kerberisIV requires crypto as well.
>>   
>>   Revision  Changes    Path
>>   1.487     +4 -4      src/release/Makefile
>> 
>
>

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?716.926854773>