Re: CVS commit: src

2015-04-04 Thread Christos Zoulas
>+20150404: >+ Lint changes require a full rebuild of the tool, so make >+ sure to build without -u option to build.sh, or manually >+ do a make cleandir in src/tools/lint1 and >+ src/usr.bin/xlint. >+ This indicates some broken dependencies, and should not

Re: CVS commit: src

2015-04-04 Thread Martin Husemann
On Sat, Apr 04, 2015 at 02:02:44PM +, Christos Zoulas wrote: > This indicates some broken dependencies, and should not be needed... > Let's investigate more? lint1/cgram.c did not get regenerated for me. Martin

Re: CVS commit: src

2015-04-04 Thread Christos Zoulas
On Apr 4, 4:29pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src | On Sat, Apr 04, 2015 at 02:02:44PM +, Christos Zoulas wrote: | > This indicates some broken dependencies, and should not be needed... | > Let's investigate more? | | lint1/cgram.c did not get rege

Re: CVS commit: src

2015-04-04 Thread Martin Husemann
On Sat, Apr 04, 2015 at 10:58:52AM -0400, Christos Zoulas wrote: > | lint1/cgram.c did not get regenerated for me. > > The tool, the program or both? build.sh failed early in tools/lint1. Martin

Re: CVS commit: src

2015-04-04 Thread Christos Zoulas
On Apr 4, 4:59pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src | On Sat, Apr 04, 2015 at 10:58:52AM -0400, Christos Zoulas wrote: | > | lint1/cgram.c did not get regenerated for me. | > | > The tool, the program or both? | | build.sh failed early in tools/lint1.

Re: CVS commit: src

2015-04-04 Thread Martin Husemann
On Sat, Apr 04, 2015 at 11:49:36AM -0400, Christos Zoulas wrote: > Are you sure you are not seeing a clock issue? No, not sure, but the old objdir is gone now anyway - feel free to remove or reword the entry if you think it is not needed. Martin

Re: CVS commit: src

2015-04-04 Thread Christos Zoulas
On Apr 4, 8:56pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src | On Sat, Apr 04, 2015 at 11:49:36AM -0400, Christos Zoulas wrote: | > Are you sure you are not seeing a clock issue? | | No, not sure, but the old objdir is gone now anyway - feel free to remove | or r

Re: CVS commit: src

2015-04-04 Thread Christos Zoulas
On Apr 4, 8:56pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src | On Sat, Apr 04, 2015 at 11:49:36AM -0400, Christos Zoulas wrote: | > Are you sure you are not seeing a clock issue? | | No, not sure, but the old objdir is gone now anyway - feel free to remove | or r

Re: CVS commit: [nick-nhusb] src/sys/dev/usb

2015-04-04 Thread Takahiro HAYASHI
On 2015/04/04 06:33, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Fri Apr 3 21:33:23 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Various readability changes. #ifdef DIAGNOSTIC -> KASSERT / __diagused @@ -3151,10 +3105,8

Re: CVS commit: src

2015-04-04 Thread Martin Husemann
On Sat, Apr 04, 2015 at 03:36:46PM -0400, Christos Zoulas wrote: > I found out what's wrong (building ops.h at the same time as deps) > and I fixed it. Great!