Hi,
On Sun, May 31, 2009 at 11:01:21AM +0200, olafbuddenha...@gmx.net wrote:
>
> On Fri, May 29, 2009 at 12:09:04AM +0300, Sergiu Ivanov wrote:
>
> > +/*---*/
> > +#include "unionmount.h"
> > +/*-
Hi,
On Fri, May 29, 2009 at 12:09:04AM +0300, Sergiu Ivanov wrote:
> OBJS = main.o node.o lnode.o ulfs.o ncache.o netfs.o \
> - lib.o options.o pattern.o stow.o update.o
> + lib.o options.o pattern.o stow.o update.o unionmount.o
"unionmount" is not a good name for a file, when the w
Hi,
On Fri, May 29, 2009 at 12:18:02AM +0300, Sergiu Ivanov wrote:
> I could have never supposed that a diff could possibly contain such
> lines... I just didn't look over my patch at all initially...
Please *always* look through your patches.
It's a good policy to look through the diffs before
Hi,
On Fri, May 29, 2009 at 12:09:04AM +0300, Sergiu Ivanov wrote:
> +/*---*/
> +#include "unionmount.h"
> +/*---*/
> +
> +/*
Hi,
On Wed, May 27, 2009 at 10:27:33PM +0200, Thomas Schwinge wrote:
> This is not really that important here (and the same applies to my other
> nit-picking by the way -- but you chose to be with those picky Hurd
> people, didn't you?), but as a guideline for forthcoming situations, and
> to mak
Hello,
On Wed, May 27, 2009 at 11:27 PM, Thomas Schwinge wrote:
>> -OBJS = main.o node.o lnode.o ulfs.o ncache.o netfs.o \
>> - lib.o options.o pattern.o stow.o update.o
>> +OBJS = main.o node.o lnode.o ulfs.o ncache.o netfs.o lib.o options.o \
>> + pattern.o stow.o update.o unionmoun
>From 499bfb2490c2d7e2bc3e948fca5213c5e993e14d Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Thu, 28 May 2009 23:55:50 +0300
Subject: [PATCH] Change argp parsing policy.
* Makefile (OBJS): Add unionmount.o to the list.
* options.c: (argp_parse_common_options): Make the parser
stop parsing w
Hello!
On Tue, May 26, 2009 at 11:31:59PM +0300, Sergiu Ivanov wrote:
> diff --git a/Makefile b/Makefile
> index b7e5716..7b7ce01 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -21,7 +21,7 @@
> # USA.
>
> # Get the information from under /usr.
> -prefix = /usr/
> +prefix = /usr
Aha, here we go
diff --git a/Makefile b/Makefile
index b7e5716..7b7ce01 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
# USA.
# Get the information from under /usr.
-prefix = /usr/
+prefix = /usr
CPP = gcc -E -x c
MIGCOM = mig -cc cat - /dev/null
@@ -30,8 +30,8 @@ CFLAGS += -Wall -g -O2 -D_FILE_OFFSE