Makefile.ini

Suhaib Siddiqi ssiddiqi@inspirepharm.com
Fri Sep 29 13:03:00 GMT 2000


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