Date: Sun, 12 Dec 1999 01:52:41 +0800 From: Peter Wemm <peter@netplex.com.au> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <19991211175241.D5E1A1CC6@overcee.netplex.com.au> In-Reply-To: Message from Peter Wemm <peter@FreeBSD.org> of "Sat, 11 Dec 1999 09:32:08 PST." <199912111732.JAA71926@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991211175241.D5E1A1CC6>