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

Re: [MiNT] PATCH: mintlib linebreaks



On Thu, Jan 14, 2010 at 5:44 PM, Alan Hourihane <alanh@fairlite.co.uk> wrote:
> 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.
>
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 <<EOF
echo A
echo B
EOF

maybe both SH and BASH. If it fails it may allow further isolation,
and is currently the only thing holding back non-easymint and
non-full-Sparemint native gcc development, becuase its used in
configure scripts, which atm fail of the above example

Paul