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 _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd