This is the mail archive of the cygwin-xfree@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Makefile.ini


What I see is was in my patch and worked on my Windows 2000 with no problems

Try changing this:
@if [ -f imake ]; then set -x; $(MV) imake bootstrap; else exit 0;
> fi

to

@if [ -f imake ]; then set -x; $(MV) imake bootstrap;
> fi

That was David Dawes patch which was bombing out on my Cygwin 1.1.4 on
Win2K, and I added
the else exit 0; which was working for me.

Suhaib


> -----Original Message-----
> From: cygwin-xfree-owner@sources.redhat.com
> [mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Harold Hunt
> Sent: Friday, September 29, 2000 4:01 PM
> To: Cygx (E-mail)
> Subject: RE: Makefile.ini
>
>
> They must not have applied your patch, my makefile.ini has this:
>
> bootstrap:
> 	-@if [ -d bootstrap ]; then exit 0; else set -x; mkdir bootstrap; fi
> 	$(MV) *.o bootstrap
> 	@if [ -f imake ]; then set -x; $(MV) imake bootstrap; else exit 0;
> fi
> 	@if [ -f imake.exe ]; then set -x; $(MV) imake.exe bootstrap; else
> exit 0; fi
>
> Make never sees the line to look for imake.exe, because it bombs when it
> can't find imake.  They must not have applied your patch yet.
>
> Harold
>
> -----Original Message-----
> From: Suhaib Siddiqi [mailto:ssiddiqi@inspirepharm.com]
> Sent: Friday, September 29, 2000 4:00 PM
> To: Harold Hunt
> Cc: cygwin-xfree@sources.redhat.com
> Subject: RE: Makefile.ini
>
>
> This is correct Makefile.ini
>
> bootstrap:
>         -@if [ -d bootstrap ]; then exit 0; else set -x; mkdir
> bootstrap; fi
>         $(MV) *.o bootstrap
>         @if [ -f imake ]; then set -x; $(MV) imake bootstrap; else exit 0;
> fi
>         @if [ -f imake.exe ]; then set -x; $(MV) imake.exe bootstrap; else
> exit 0;
> fi
>
> That is what I submitted to xfree86.org and it works.  What are you doing?
> in xc directory at the bash prompt type make World
> then does it stop with error at imake.exe not found or what?
> post the exact error.
>
> Suhaib
>
> > -----Original Message-----
> > From: Harold Hunt [mailto:Harold@compasstechnologies.com]
> > Sent: Friday, September 29, 2000 3:54 PM
> > To: 'Suhaib Siddiqi'
> > Subject: Makefile.ini
> >
> >
> >
> > Here is my makefile.ini
> >
> > Harold
> >
> >


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]