[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch to common.make for cygwin paths
From: |
Nicola Pero |
Subject: |
Re: patch to common.make for cygwin paths |
Date: |
Tue, 6 Nov 2001 02:50:10 +0000 (GMT) |
> I get the bogus warning when compiling on Windows and it really is
> annoying/confusing. So it would be nice to fix it. I guess at the risk
> of expanding the code infinitely, we could do:
>
> ifeq ($(findstring mingw, $(GNUSTEP_TARGET_OS)), mingw)
> ...windows specific check
> else
> ...unix specific check
> endif
>
> (also including cygwin)
Ok - I committed something of this kind - it didn't break unix :-) - let
me know if it fixes the spurious warning on windows or not.
- patch to common.make for cygwin paths, Stephen Brandon, 2001/11/05
- Re: patch to common.make for cygwin paths, Nicola Pero, 2001/11/06
- Re: patch to common.make for cygwin paths, Stephen Brandon, 2001/11/06
- Re: patch to common.make for cygwin paths, Adam Fedor, 2001/11/06
- Re: patch to common.make for cygwin paths, Stephen Brandon, 2001/11/06
- Re: patch to common.make for cygwin paths,
Nicola Pero <=
- Re: patch to common.make for cygwin paths, Stephen Brandon, 2001/11/07
- Re: patch to common.make for cygwin paths, Nicola Pero, 2001/11/07
- Re: patch to common.make for cygwin paths, Nicola Pero, 2001/11/08