Date: Wed, 02 Apr 1997 08:55:37 -0800 From: John Polstra <jdp@polstra.com> To: ache@freefall.freebsd.org Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org, bde@freebsd.org Subject: Re: cvs commit: src Makefile Message-ID: <199704021655.IAA08595@austin.polstra.com> In-Reply-To: <199704021644.IAA08716@freefall.freebsd.org> References: <199704021644.IAA08716@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199704021644.IAA08716@freefall.freebsd.org>, Andrey A. Chernov <ache@freefall.freebsd.org> wrote: > ache 97/04/02 08:44:08 > > Modified: . Makefile > Log: > For csu/i386 add "all" before "beforeinstall", because "beforeinstall" > wants to install "all" targets which not exist at this stage I think the real problem was in "src/lib/csu/i386/Makefile". Bruce's recent commit accidentally (I think) deleted the "realinstall:" line, which merged the "realinstall" actions into the "beforeinstall" actions. The log entry just said he was "simplifying" the Makefile, so I don't think he really meant to change its behavior. I just committed a fix for that, and I think you should back out this change to "src/Makefile". John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704021655.IAA08595>