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: [PATCH] xc/config/imake/Makefile.ini



Yes I did.

However you can forward patches directly to patch@xfree86.org.  You will not
receive a
reply from the list unless you are a nominated member.  Describe in berief
was the patch
is for.  Also CC me a copy so I know and test it. Your patches for
Cygwin/XFree directly
to XFree86.org may not get approved unless I test them and sent an OK to
Board members.

Suhaib

> -----Original Message-----
> From: Harold Hunt [mailto:Harold@compasstechnologies.com]
> Sent: Tuesday, October 03, 2000 9:47 AM
> To: 'ssiddiqi@inspirepharm.com'; Cygx (E-mail)
> Subject: [PATCH] xc/config/imake/Makefile.ini
>
>
> Suhaib,
> I was wondering if you forwarded this patch on to the XFree86
> people, or if
> you could point me in the right direction to send it myself.
> The patch is needed because Cygwin, by design, returns true to a
> search for
> file 'imake' when a file named 'imake.exe' exists, even though a
> file named
> 'imake' does not exist.  Applying this patch fixes the build bustage when
> the bootstrapping steps attempt to move file 'imake' that does not exist.
> Harold
>
> Index: Makefile.ini
> ===================================================================
> RCS file: /cvs/xc/config/imake/Makefile.ini,v
> retrieving revision 3.8
> diff -p -3 -r3.8 Makefile.ini
> *** Makefile.ini        2000/08/26 15:28:32     3.8
> --- Makefile.ini        2000/10/02 03:12:29
> *************** ccimake: ccimake.c
> *** 40,47 ****
>   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
>
>   relink:
>         $(RM) imake
> --- 40,47 ----
>   bootstrap:
>         -@if [ -d bootstrap ]; then exit 0; else set -x; mkdir
> bootstrap; fi
>         $(MV) *.o bootstrap
>         @if [ -f imake.exe ]; then set -x; $(MV) imake.exe bootstrap; else
> exit 0; fi
> +       @if [ -f imake ]; then set -x; $(MV) imake bootstrap; else exit 0;
> fi
>
>   relink:
>         $(RM) imake


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