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

Re: [MiNT] PATCH: mintlib linebreaks



On Fri, 2010-01-15 at 00:23 +0100, Andreas Schwab wrote:
> Mark Duckworth <mduckworth@atari-source.org> writes:
> 
> > Fix line breaks in makefiles in tz, sunrpc and socket.
> >
> > diff -urN mintlib.orig/socket/Makefile mintlib/socket/Makefile
> > --- mintlib.orig/socket/Makefile	Fri Apr  6 07:12:10 2001
> > +++ mintlib/socket/Makefile	Thu Jan 14 16:54:16 2010
> > @@ -44,16 +44,16 @@
> >  	sections=""; \
> >  	for manpage in $(MANS); do \
> >  	  sections="$$sections $(mandir)/man`echo $$manpage | sed 's,^.*\\.,,'`"; \
> > -	done; \
> > +	done;
> >  	mandirs=`echo $$sections | sort | uniq`; \
> 
> Surely this cannot work since $sections is no longer set.

Quite right Andreas, I've reverted part of the patch.

Alan.