Hey Roland - friendly question:
I saw this error earlier today and threw in a temporary local fix where I
pushed the “const” qualifier deeper (into findcc.[ch]) rather than relax it
in mk dep.c. You choose the other route. Did you do that because you expect
to have that storage r/w, or something el
Module Name:src
Committed By: rillig
Date: Fri Aug 20 04:23:56 UTC 2021
Modified Files:
src/usr.bin/mkdep: mkdep.c
Log Message:
mkdep: fix string constness in call to findcc
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/mkdep/mkdep.c
Please n
Module Name:src
Committed By: rillig
Date: Fri Aug 20 04:23:56 UTC 2021
Modified Files:
src/usr.bin/mkdep: mkdep.c
Log Message:
mkdep: fix string constness in call to findcc
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/mkdep/mkdep.c
Please n
On Sun, Apr 17, 2011 at 06:35:22PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sun Apr 17 22:35:22 UTC 2011
>
> Modified Files:
> src/usr.bin/mkdep: mkdep.c
>
> Log Message:
> Recognize --sysroot but don't document it or do anything about it fo
On Wed, May 26, 2010 at 02:07:34PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Wed May 26 18:07:34 UTC 2010
>
> Modified Files:
> src/usr.bin/mkdep: mkdep.c
>
> Log Message:
> fix empty suffix case.
Thanks again. But still not quite right, the