From owner-cvs-user Tue Nov 28 12:04:30 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA00455 for cvs-user-outgoing; Tue, 28 Nov 1995 12:04:30 -0800 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA00436 ; Tue, 28 Nov 1995 12:04:22 -0800 Date: Tue, 28 Nov 1995 12:04:22 -0800 From: Nate Williams Message-Id: <199511282004.MAA00436@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src Makefile Sender: owner-cvs-user@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 From owner-cvs-user Tue Nov 28 12:33:43 1995 Return-Path: owner-cvs-user 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-cvs-user@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 From owner-cvs-user Tue Nov 28 13:12:34 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05891 for cvs-user-outgoing; Tue, 28 Nov 1995 13:12:34 -0800 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05768 ; Tue, 28 Nov 1995 13:12:13 -0800 Date: Tue, 28 Nov 1995 13:12:13 -0800 From: Joerg Wunsch Message-Id: <199511282112.NAA05768@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/lkm/ibcs2 ibcs2.8 Makefile Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk joerg 95/11/28 13:12:11 Modified: lkm/ibcs2 Makefile Added: lkm/ibcs2 ibcs2.8 Log: Add Lyndon's man page. Closes PR # docs/842 Submitted by: lyndon@orthanc.com (Lyndon Nerenberg) Revision Changes Path 1.8 +2 -1 src/lkm/ibcs2/Makefile From owner-cvs-user Wed Nov 29 12:10:38 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16048 for cvs-user-outgoing; Wed, 29 Nov 1995 12:10:38 -0800 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16038 ; Wed, 29 Nov 1995 12:10:35 -0800 Date: Wed, 29 Nov 1995 12:10:35 -0800 From: "Garrett A. Wollman" Message-Id: <199511292010.MAA16038@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/lkm/syscons/star star_saver.c Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk wollman 95/11/29 12:10:34 Modified: lkm/syscons/blank blank_saver.c lkm/syscons/fade fade_saver.c lkm/syscons/green green_saver.c lkm/syscons/snake snake_saver.c lkm/syscons/star star_saver.c Log: Delete obnoxious uprintf()s in load/unload procedures. Revision Changes Path 1.6 +1 -3 src/lkm/syscons/blank/blank_saver.c 1.6 +1 -3 src/lkm/syscons/fade/fade_saver.c 1.6 +1 -3 src/lkm/syscons/green/green_saver.c 1.9 +1 -3 src/lkm/syscons/snake/snake_saver.c 1.7 +1 -3 src/lkm/syscons/star/star_saver.c From owner-cvs-user Sat Dec 2 04:25:11 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA10224 for cvs-user-outgoing; Sat, 2 Dec 1995 04:25:11 -0800 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA10212 ; Sat, 2 Dec 1995 04:25:02 -0800 Date: Sat, 2 Dec 1995 04:25:02 -0800 From: Satoshi Asami Message-Id: <199512021225.EAA10212@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/TODO-2.1 asami Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk asami 95/12/02 04:25:00 Removed: TODO-2.1 asami Log: bye bye