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

2009-06-18 Thread Sergiu Ivanov
Hello, On Wed, Jun 17, 2009 at 12:40:56AM +0200, Thomas Schwinge wrote: > On Sun, Jun 07, 2009 at 01:30:12PM +0300, Sergiu Ivanov wrote: > > +# Provide a default prefix if the user hasn't defined one. > > +ifeq ($(strip $(prefix)),) > > +prefix=/usr > > +endif > > This ifeq is non-functional: you

Re: [PATCH 1/1] Update the bug-reporting address.

2009-06-18 Thread Sergiu Ivanov
>From 18bb06e5af5bfccfdb5212307bf36aadd94e4f5f Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 18 Jun 2009 23:31:17 +0300 Subject: [PATCH] Update the bug-reporting address. * Makefile (LDFLAGS): Add -lhurdbugaddr. * option.c (argp_program_bug_address): Remove definition. --- Makefile |

Re: [PATCH 1/3] Add the ``--mount'' command line option

2009-06-18 Thread Sergiu Ivanov
>From c1c3a03c95a750c2388d7a7a443a6ff898b94b56 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 18 Jun 2009 22:51:58 +0300 Subject: [PATCH] Add the ``--mount'' command line option. * Makefile (OBJS): Add unionmount.o * options.h (OPT_MOUNT, OPT_LONG_MOUNT): Define. * options.c (argp_common

Re: [PATCH 1/3] Add the ``--mount'' command line option

2009-06-18 Thread Sergiu Ivanov
Hello, On Wed, Jun 17, 2009 at 01:43:42AM +0200, Thomas Schwinge wrote: > On Sat, Jun 13, 2009 at 03:53:27PM +0200, Carl Fredrik Hammar wrote: > > On Thu, Jun 11, 2009 at 09:10:24PM +0300, Sergiu Ivanov wrote: > > > --- a/Makefile > > > +++ b/Makefile > > > @@ -1,6 +1,10 @@ > > > # Hurd unionfs >

Re: Moving to git

2009-06-18 Thread Sergiu Ivanov
Hello, On Thu, Jun 18, 2009 at 03:02:41PM +0200, Thomas Schwinge wrote: > Later, I'll push a few branches containing Hurd patches applied (libpager > / ext2fs extensions, TLS support, ...), so that these can be easily > merged into your local working branches. Also, I'll add branches for the > fo

Re: GNUstep and Hurd

2009-06-18 Thread Davi Leal
Stefan Bidigaray wrote: > PS: Didn't know if this was the right list to post this in or not, it seems > like the most active. Yes, this is the right mailing list. Thanks for the link!

GNUstep and Hurd

2009-06-18 Thread Stefan Bidigaray
One of the GNUstep guys posted this on his blog a few months ago and I thought you guys would get a kick out of it... http://multixden.blogspot.com/2009/02/browser-on-hurd.html PS: Didn't know if this was the right list to post this in or not, it seems like the most active. Stefan

Re: Moving to git

2009-06-18 Thread Thomas Schwinge
Hello! On Tue, Apr 28, 2009 at 12:39:48AM +0200, I wrote: > A bit of a status update. ... and again -- perhaps that last one? > The CVS to Git conversion is mostly finished. > > There are still some quirks with converting the > gnumach-1-branch-Xen-branch, but I'm working on resolving these wit