Makefile.ini

Harold Hunt Harold@compasstechnologies.com
Fri Sep 29 13:04:00 GMT 2000


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
>
>


More information about the Cygwin-xfree mailing list