Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Mon, Dec 17, 2007 at 10:29:20AM +0000, Tom Spindler wrote:
> On Mon, Dec 17, 2007 at 06:45:17AM +0000, Tom Spindler wrote:
> > [a metric ton of files]
> > 
> > > Log Message:
> > > convert __attribute__s to applicable cdefs.h macros
> 
> In addition, generation of bin/sh now fails for me in an exceedingly odd
> fashion: mkinit.sh now fails to emit the terminal } for reset() with the
> newest version of reset.c - but only when mkinit.sh is run from the obj
> directory. with PWD=src/bin/sh, mkinit.sh's output is correct.

Which '}' ends up missing?
The truly last one should be in col 1.
Since it is written bu it's own 'echo' it is hard to see how it could fail!

> Why this is, I don't even want to contemplate; the mkinit.sh code is
> scary.

Nah, not that scary, there is only one 'eval' :-)

Try adding:
    exec 2>/tmp/log
    set -x
at the top and seeing what it actually tries to do.

        David

-- 
David Laight: david%l8s.co.uk@localhost



Home | Main Index | Thread Index | Old Index