From owner-freebsd-commit Tue Nov 28 12:33:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA02939 for freebsd-commit-outgoing; Tue, 28 Nov 1995 12:33:48 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA02927 for cvs-all-outgoing; Tue, 28 Nov 1995 12:33:45 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA02917 for cvs-user-outgoing; Tue, 28 Nov 1995 12:33:43 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA02910 ; Tue, 28 Nov 1995 12:33:32 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id MAA12762; Tue, 28 Nov 1995 12:33:34 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id MAA00132; Tue, 28 Nov 1995 12:33:31 -0800 Message-Id: <199511282033.MAA00132@corbin.Root.COM> To: Nate Williams cc: CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src Makefile In-reply-to: Your message of "Tue, 28 Nov 95 12:04:22 PST." <199511282004.MAA00436@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 28 Nov 1995 12:33:30 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >nate 95/11/28 12:04:21 > > Modified: . Makefile > Log: > Added 'install' to the lib-tools target since it is uses the new '-C' flag > to install libraries to avoid messing up dependencies. > > Revision Changes Path > 1.70 +3 -1 src/Makefile >nate 95/11/28 12:04:21 Peter - Can we change the above to look more like: nate 95/11/28 12:04:21 Revision Changes Path 1.70 +3 -1 src/Makefile Log: Added 'install' to the lib-tools target since it is uses the new '-C' flag to install libraries to avoid messing up dependencies. ...or if it contains new files: nate 95/11/28 12:04:21 Revision Changes Path 1.1 new file src/FOOBAR 1.70 +3 -1 src/Makefile Log: Added 'install' to the lib-tools target since it is uses the new '-C' flag to install libraries to avoid messing up dependencies. The way it is now is somewhat difficult to quickly read and with the filename specified twice is kind of messy. -DG