From owner-cvs-all Sat Dec 11 9:52:55 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id ACAFE14FD3; Sat, 11 Dec 1999 09:52:45 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id D5E1A1CC6; Sun, 12 Dec 1999 01:52:41 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile In-Reply-To: Message from Peter Wemm of "Sat, 11 Dec 1999 09:32:08 PST." <199912111732.JAA71926@freefall.freebsd.org> Date: Sun, 12 Dec 1999 01:52:41 +0800 From: Peter Wemm Message-Id: <19991211175241.D5E1A1CC6@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > peter 1999/12/11 09:32:08 PST > > Modified files: > gnu/usr.bin Makefile > Log: > reactivate cvs subdir build Just a FYI, one of the big wins is that it has got proper paths in the 'cvs diff' output without the problems the earlier attempts had. eg: Index: isa/isa_common.h =================================================================== RCS file: /home/ncvs/src/sys/isa/isa_common.h,v retrieving revision 1.5 diff -u -r1.5 isa_common.h --- isa/isa_common.h 1999/09/07 08:42:47 1.5 +++ isa/isa_common.h 1999/12/11 15:49:41 ^^^^^^^^^^^^^^^^ @@ -54,6 +54,7 @@ u_int32_t id_serial; /* pnp serial */ u_int32_t id_logicalid; /* pnp logical device id */ u_int32_t id_compatid; /* pnp compat device id */ + u_int32_t id_order; /* copy of probe order */ struct isa_config_list id_configs; /* pnp config alternatives */ isa_config_cb *id_config_cb; /* callback function */ void *id_config_arg; /* callback argument */ These sorts of diffs don't need the -I switch to patch. I intend to install this on freefall shortly. Judging by the seriousness of some of the bugs fixed (including some RCS ,v file corruption), it might be a good MFC candidate. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message