Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread M. Warner Losh
In message: <20090314205617.gx31...@hoeg.nl> Ed Schouten writes: : Hi Gábor, : : * Gábor Kövesdán wrote: : > Do you think this is the right fix? : > http://kovesdan.org/patches/mtree-fix.diff : : That seems to be a lot better (though someone else should still review : it). Maybe we

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread Gábor Kövesdán
Ed Schouten escribió: Hi Gábor, * Gábor Kövesdán wrote: Do you think this is the right fix? http://kovesdan.org/patches/mtree-fix.diff That seems to be a lot better (though someone else should still review it). Maybe we can remove some of those mkdir calls there as well? Good poi

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread Ed Schouten
Hi Gábor, * Gábor Kövesdán wrote: > Do you think this is the right fix? > http://kovesdan.org/patches/mtree-fix.diff That seems to be a lot better (though someone else should still review it). Maybe we can remove some of those mkdir calls there as well? -- Ed Schouten WWW: http://80386.nl/

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread Gábor Kövesdán
M. Warner Losh escribió: In message: <49bbc0a5.3080...@freebsd.org> Gábor_Kövesdán writes: : M. Warner Losh escribió: : > In message: <49bb98a1.80...@freebsd.org> : > Gábor_Kövesdán writes: : > : Ed Schouten escribió: : > : > * Gabor Kovesdan wrote: : > : > : > : >>

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread M. Warner Losh
In message: <49bbc0a5.3080...@freebsd.org> Gábor_Kövesdán writes: : M. Warner Losh escribió: : > In message: <49bb98a1.80...@freebsd.org> : > Gábor_Kövesdán writes: : > : Ed Schouten escribió: : > : > * Gabor Kovesdan wrote: : > : > : > : >> - Fix object directory cr

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread Gábor Kövesdán
M. Warner Losh escribió: In message: <49bb98a1.80...@freebsd.org> Gábor_Kövesdán writes: : Ed Schouten escribió: : > * Gabor Kovesdan wrote: : > : >> - Fix object directory creation when running threaded buildworld : >> : > : > Isn't this normally done by the mtrees? : >

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread M. Warner Losh
In message: <49bb98a1.80...@freebsd.org> Gábor_Kövesdán writes: : Ed Schouten escribió: : > * Gabor Kovesdan wrote: : > : >> - Fix object directory creation when running threaded buildworld : >> : > : > Isn't this normally done by the mtrees? : > : I haven't yet found a b

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread M. Warner Losh
In message: <20090314105656.gw31...@hoeg.nl> Ed Schouten writes: : Hi Gabor, : : * Gabor Kovesdan wrote: : > mkdir -p ${CANONICALOBJDIR}/../../lib32/usr/share/nls/${c} : > mkdir -p ${CANONICALOBJDIR}/../../tmp/usr/share/nls/${c} : : This also seems to cause directories to be

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread Gábor Kövesdán
Ed Schouten escribió: * Gabor Kovesdan wrote: - Fix object directory creation when running threaded buildworld Isn't this normally done by the mtrees? I haven't yet found a better solution for this. I also grepped for mtree in the source tree hoping that it will point me a good

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-14 Thread Ed Schouten
Hi Gabor, * Gabor Kovesdan wrote: > mkdir -p ${CANONICALOBJDIR}/../../lib32/usr/share/nls/${c} > mkdir -p ${CANONICALOBJDIR}/../../tmp/usr/share/nls/${c} This also seems to cause directories to be created in /usr/obj/lib32 when lib32 is explicitly disabled. -- Ed Schouten WWW: h

Re: svn commit: r189777 - head/lib/libc/nls

2009-03-13 Thread Ed Schouten
* Gabor Kovesdan wrote: > - Fix object directory creation when running threaded buildworld Isn't this normally done by the mtrees? -- Ed Schouten WWW: http://80386.nl/ pgpK3O6S4oj1x.pgp Description: PGP signature

svn commit: r189777 - head/lib/libc/nls

2009-03-13 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Mar 13 22:41:30 2009 New Revision: 189777 URL: http://svn.freebsd.org/changeset/base/189777 Log: - Fix object directory creation when running threaded buildworld Modified: head/lib/libc/nls/Makefile.inc Modified: head/lib/libc/nls/Makefile.inc ==