From mint-bounce@lists.fishpool.fi Fri Jan 15 03:30:43 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=KGZ1l7bfOg5CBsorVKVCqRia6mW/fUgMmOkQPsPE3kQ=; b=TMMVlI5pmbMUIYYETHEWesKnWri0GTMFAkYLQIb+3Dc+e6WrTMSdySEUOxZalHNHkO woLn6768XEiGw2jQM8/sNSEaXhJb/W1O+Rto1YKd8DA+5iWo8NeouqcMhlk5K/OvBmen PnT+ezUatOFouTpqPOMU7kZPm7If+CgOGzlNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=gU1tJgrdYLSCKKgW9m6UhMUlIjZVw6SUMDigRTI/4dNs+V08wDlbL8oEXqwjibhZV1 trK6iEF3+Y5TClfpk3v+X9G3N3ao1jaALhsvS8gIBw28Yo8mlCn51+XgW5ZZG1p1wyrP TQUxUTfaIOGl/2aiEk3hQOMLetsqzw6Gac2y4= MIME-Version: 1.0 In-Reply-To: <1263512645.16683.4326.camel@jetpack.demon.co.uk> References: <4B4F9362.3020602@atari-source.org> <1263512645.16683.4326.camel@jetpack.demon.co.uk> Date: Fri, 15 Jan 2010 02:28:37 -0600 Message-ID: <11a6f2b11001150028k7e1ed67l38e5c06201a7b051@mail.gmail.com> Subject: Re: [MiNT] PATCH: mintlib linebreaks From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o0F8Ugkp025966 On Thu, Jan 14, 2010 at 5:44 PM, Alan Hourihane wrote: > On Fri, 2010-01-15 at 00:23 +0100, Andreas Schwab wrote: >> Mark Duckworth 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. > Mark, anytime you get eol or malloc related issues, can you test the following in a script: if you get this issue again (or are willing to recreate it) can you test cat <