From owner-cvs-all Wed Aug 4 17:51: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from news.itfs.nsk.su (news.itfs.nsk.su [212.20.32.45]) by hub.freebsd.org (Postfix) with ESMTP id 8636E14BE4; Wed, 4 Aug 1999 17:50:57 -0700 (PDT) (envelope-from nnd@news.itfs.nsk.su) Received: (from nnd@localhost) by news.itfs.nsk.su (8.9.2/8.9.2) id HAA18630; Thu, 5 Aug 1999 07:50:30 +0700 (NSS) (envelope-from nnd) Date: Thu, 5 Aug 1999 07:50:30 +0700 (NSS) From: "Nickolay N. Dudorov" Message-Id: <199908050050.HAA18630@news.itfs.nsk.su> To: "Andrey A. Chernov" Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/lynx-current/patches patch-aa In-Reply-To: <199908042021.NAA40977@freefall.freebsd.org> User-Agent: tin/pre-1.4-980818 ("Laura") (UNIX) (FreeBSD/3.1-STABLE (i386)) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In <199908042021.NAA40977@freefall.freebsd.org> Andrey A. Chernov wrote: > ache 1999/08/04 13:21:37 PDT > Modified files: > www/lynx-current/patches patch-aa > Log: > reorder install-doc and install-help targets > > Revision Changes Path > 1.9 +10 -1 ports/www/lynx-current/patches/patch-aa Are you shure that 'make' garantees the order of the sources evaluation ? The patch I've post previously have the same goal - to enshure that install-doc to be made before install-help because files COPYING and COPYHEADER must be in 'docdir' to be copied to 'helpdir'. Author's 'makefile.in' sym-links this files and therefor put no restrictions on the order of the 'install-help' and 'install-doc' sources making. What is the reason for changing this 'sym-link or cp' command to just 'cp' in the 'install-help' target ? N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message