Date: Thu, 5 Aug 1999 07:50:30 +0700 (NSS) From: "Nickolay N. Dudorov" <nnd@news.itfs.nsk.su> To: "Andrey A. Chernov" <ache@FreeBSD.ORG> Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/lynx-current/patches patch-aa Message-ID: <199908050050.HAA18630@news.itfs.nsk.su> In-Reply-To: <199908042021.NAA40977@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In <199908042021.NAA40977@freefall.freebsd.org> Andrey A. Chernov <ache@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908050050.HAA18630>