Re: CVS commit: src/usr.bin/xlint/lint1

2011-02-06 Thread Antti Kantee
On Sun Feb 06 2011 at 19:26:27 -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Feb 7 00:26:27 UTC 2011 > > Modified Files: > src/usr.bin/xlint/lint1: mkops > > Log Message: > provide __arraycount() if not there. What's the point? Now if a (

Re: CVS commit: src/sys/arch/powerpc/ibm4xx

2011-02-06 Thread Antti Kantee
On Mon Feb 07 2011 at 07:02:25 +, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Mon Feb 7 07:02:24 UTC 2011 > > Modified Files: > src/sys/arch/powerpc/ibm4xx: pmap.c > > Log Message: > Use EVCNT_ATTACH_STATIC Can't we just: 1) Work toward getting of rid

Re: CVS commit: src/lib/csu

2011-02-06 Thread Simon J. Gerraty
>Making .PARSEDIR always absolute should fix this problem, but in the >general case requires realpath(). Yes. Though it is worth noting that setting .PARSEDIR to .CURDIR when the makefile path contains no '/' may be sufficient for correct operation. >However, I'm guessing that .PARSEDIR >may no

Re: CVS commit: src/sbin/wsconsctl

2011-02-06 Thread Izumi Tsutsui
> Modified Files: > src/sbin/wsconsctl: util.c > > Log Message: > update macro names to match new ones > (i don't know why they changed, just fixing the build) Thanks. I changed them to sync with OpenBSD, to avoid divergence in (possible) xf86-video-foo drivers. (I didn't think they were e

Re: CVS commit: src/lib/csu

2011-02-06 Thread David Laight
On Sun, Feb 06, 2011 at 07:46:23PM +, David Holland wrote: > Making .PARSEDIR always absolute should fix this problem, but in the > general case requires realpath(). It will also give problems to anyone using bmake under cygwin to run windows binaries. David -- David Laight: da.

Re: CVS commit: src/lib/csu

2011-02-06 Thread David Holland
On Mon, Jan 31, 2011 at 10:45:34PM +, David Holland wrote: >> However, as I recall it ought to work ok to do >> >> Var_Set(".PARSEDIR", "$(.CURDIR)", VAR_GLOBAL, 0); >> >> instead. >> >> However, this still isn't a correct fix as it doesn't take care of the >> case when e.g. incl

Re: CVS commit: src/sys/dev/putter

2011-02-06 Thread Izumi Tsutsui
> Module Name: src > Committed By: haad > Date: Sun Feb 6 01:28:17 UTC 2011 > > Modified Files: > src/sys/dev/putter: putter.c > > Log Message: > Putter depends on puffs add missing dependience. > > To generate a diff of this commit: > cvs rdiff -u -r1.29 -r1.30 src/sys/dev/putte