Re: [PATCH] Don't abuse $(prefix) for finding build-time files.

2009-06-22 Thread olafBuddenhagen
Hi, On Wed, Jun 17, 2009 at 12:40:56AM +0200, Thomas Schwinge wrote: > +%.sdefsi: > + echo '#include ' | \ > + $(CPP) \ > + $(CPPFLAGS) $(MIGSFLAGS) $($*-MIGSFLAGS) -DSERVERPREFIX=S_ \ > + -x c - -o $@ Interesting idea, was looking for something like that... I wonder w

Re: Some more about Git usage

2009-06-22 Thread olafBuddenhagen
Hi, On Fri, Jun 19, 2009 at 03:00:34PM +0200, Thomas Schwinge wrote: > $ git checkout -b master-prefix_fix origin/master > $ git am < ~/where/you/saved/my/email > $ git push origin HEAD:master > $ git branch -d master-prefix_fix While it's possible to do it like that, this is

Re: Getting libpthread working again

2009-06-22 Thread Samuel Thibault
Thomas Schwinge, le Tue 23 Jun 2009 00:05:42 +0200, a écrit : > I also published a patch in master-fix_inline to fix an inlining problem > that I discovered when using Debian unstable's gcc-4.4. Neal, Samuel, is > this fine for master? Should be, yes. > Already some weeks ago, I published master

Re: Getting libpthread working again

2009-06-22 Thread Thomas Schwinge
Hello! On Sun, Apr 12, 2009 at 05:32:12PM +0200, I wrote: > When linking the pthread tests against a libpthread built (with Samuel's > TLS patches) from CVS HEAD (or any of the Viengoos branches, for that > matter) I always get this: > > $ ./test-1 > test-1: ../../HEAD/libpthread/sysdeps/

Re: [PATCH] fully enable rpctrace to trace multitask programs.

2009-06-22 Thread Da Zheng
olafbuddenha...@gmx.net wrote: I think it is still useful even when rpctrace is tracing a single task program. rpctrace can know whether a send right is to a traced task or not and thus, don't need to treat mach_port_insert_right() specially and can handle the case below properly. Well,