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



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]