Re: [Toybox] [PATCH] hwclock cleanup.

2016-01-10 Thread Rob Landley
On 01/09/2016 02:35 PM, enh wrote: > Fix a misspelled (and slightly technically inaccurate) comment, and fix an > accidental self-assignment. It's not accidental. Self-assignment at initialization is a way to get gcc to shut up about "may be used uninitialized, but isn't actually" errors. In this

Re: [Toybox] Can not cross compile on Mac OS X (Mavericks)

2016-01-10 Thread Rob Landley
On 01/07/2016 05:42 AM, Raphael Cohn wrote: > Originally raised as GitHub issue #17 > > * |make menuconfig| works Wow. That was the big blocker for me every time I tried to get it to work on one of the BSDs: http://landley.net/notes-2014.html#18-06-2014 I have a todo item to write my own me

Re: [Toybox] cp --help mangled.

2016-01-10 Thread Rob Landley
On 01/09/2016 02:51 PM, enh wrote: > the "--preserve" help is split in two, with all the other options > appearing between (marked here by *** which doesn't actually appear in > the help output): Sigh. Yeah, I need to do another pass on scripts/config2help.c. I implemented the first pass of that