Date: Tue, 29 May 2001 16:37:49 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/init Makefile src/libexec/rtld-elf Makefile Message-ID: <20010529163749.A30158@sunbay.com> In-Reply-To: <Pine.BSF.4.21.0105292307260.9774-100000@besplex.bde.org>; from bde@zeta.org.au on Tue, May 29, 2001 at 11:18:14PM %2B1000 References: <200105281658.f4SGwav67617@freefall.freebsd.org> <Pine.BSF.4.21.0105292307260.9774-100000@besplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 29, 2001 at 11:18:14PM +1000, Bruce Evans wrote: > On Mon, 28 May 2001, Ruslan Ermilov wrote: > > > ru 2001/05/28 09:58:36 PDT > > > > Modified files: > > sbin/init Makefile > > libexec/rtld-elf Makefile > > Log: > > Use new backup feature of install(1). > > > > Revision Changes Path > > 1.26 +2 -8 src/sbin/init/Makefile > > 1.15 +2 -15 src/libexec/rtld-elf/Makefile > > Do we really want these backups? Note that the backup for init never > actually worked in any committed version, because the existence test > was done before bsd.prog.mk is included, so some of the variables in > it were not set. > Why not? We do have init.bak listed in init_main.c:init_path[]. And yes, I have noticed that the backups for init(8) did not work because make(1) resolves exists() the first time it parses it, and BINDIR is only defined after bsd.prog.mk is included. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age 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?20010529163749.A30158>