bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stpcpy?


From: Jeroen Dekkers
Subject: Re: stpcpy?
Date: Tue, 5 Aug 2003 20:16:59 +0200
User-agent: Mutt/1.5.4i

On Tue, Jul 01, 2003 at 06:38:08PM +0200, Jeroen Dekkers wrote:
> It's because the nm output was changed, on my systems it works with this
> patch (my sed skills aren't that great but it works):
> 
> Index: Makefile.in
> ===================================================================
> RCS file: /cvsroot/hurd/gnumach/Makefile.in,v
> retrieving revision 1.38
> diff -u -p -r1.38 Makefile.in
> --- Makefile.in       6 Mar 2003 04:06:25 -0000       1.38
> +++ Makefile.in       1 Jul 2003 16:33:08 -0000
> @@ -296,7 +299,7 @@ kernel.o: $(OSKIT_LIBDIR)/multiboot.o $(
>             -Wl,-\( $^ -L$(OSKIT_LIBDIR)/.. $(OSKIT_LIBS) -Wl,-\) -lgcc
>  
>  %-undef: %.o
> -     $(NM) -u $< | sed 's/^_*//' | sort -u > $@
> +     $(NM) -u $< | sed 's/         U *//;s/^_*//' | sort -u > $@
>  
>  kernel-clib: kernel-undef Makefile
>       sed -n '$(foreach r,$(clib-routines),/^$r$$/p;)' $< > $@

This breaks both gnumach 1.3 and 1.9, can somebody commit this patch
or something else that fixes it?

Jeroen Dekkers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]