[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems w/ make.
From: |
Eli Zaretskii |
Subject: |
Re: problems w/ make. |
Date: |
Tue, 26 Sep 2006 22:57:16 +0300 |
> Date: Tue, 26 Sep 2006 07:44:08 -0400
> From: Earnie Boyd <address@hidden>
>
> Hmm... Perl is creating the makefile, is it the Cygwin release of
> perl? The line endings in the Makefile could be the issue.
They shouldn't be, AFAIK: the native Windows port of Make uses
text-mode I/O to read the Makefile.
> Try the following to see if it helps:
>
> mv Makefile Makefile.old
> tr -d '\r' < Makefile.old > Makefile
But there's no harm in trying this, thanks.
Re: problems w/ make., Eli Zaretskii, 2006/09/26
Re: Re: problems w/ make., humbe04, 2006/09/26