hello Sam, tried to sync current git dash for klibc, but failed on this Kbuild step. The attached patch can be applied with the following: git am --directory="usr/dash" --exclude="usr/dash/configure.ac" \ --exclude="usr/dash/ChangeLog" --exclude="usr/dash/dash.1" \ --exclude="usr/dash/Makefile.am" --exclude="usr/dash/mksignames.c" \ --whitespace=fix -k -i -s ../dash/000X-foo.patch (needs git am exclude support, which is in the second patch and easy) The real trouble I have is that mkbuiltins is now generating a third include file (token_vars.h) and had trouble to understand current hacks for it already generating 2 different files. thank you very much for looking into this. -- maks -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-SHELL-Optimize-dash-c-command-to-avoid-a-fork.patch Type: text/x-diff Size: 7316 bytes Desc: not available URL: <http://www.zytor.com/pipermail/klibc/attachments/20110803/db7a28dd/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-git-am-pass-exclude-down-to-apply.patch Type: text/x-diff Size: 1242 bytes Desc: not available URL: <http://www.zytor.com/pipermail/klibc/attachments/20110803/db7a28dd/attachment-0001.bin>
On Wed, Aug 03, 2011 at 11:27:00AM +0200, maximilian attems wrote:> hello Sam, > > tried to sync current git dash for klibc, > but failed on this Kbuild step.Took a quick look - but nothing really triggered. Will take a closer look friday or saturday. This mail is mainly to say that I have not sent the mail to /dev/null Sam
On Thu, Aug 04, 2011 at 11:32:14PM +0200, Sam Ravnborg wrote:> On Wed, Aug 03, 2011 at 11:27:00AM +0200, maximilian attems wrote: > > hello Sam, > > > > tried to sync current git dash for klibc, > > but failed on this Kbuild step. > > Took a quick look - but nothing really triggered. > Will take a closer look friday or saturday.thank you very much, you need latest klibc git, but guess you have that (:> This mail is mainly to say that I have not sent the mail to /dev/nullNo need to rush this. Just happy when this stumbling block is out of the way. The dash git gives us the bonus back of building all klibc repo with defined DEBUG plus calm gcc-4.6 compilation. -- maks