[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: auto-detecting platform in Makefile
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 1 Aug 2018 21:49:05 -0300
> makefile:95: target 'AIX' given more than once in the same rule
> makefile:108: target 'FreeBSD' given more than once in the same rule
> makefile:113: target 'Linux' given more than once in the same rule
The make you're running seems to be case-insensitive...
> +CYGWIN_NT-10.0-WOW:
> + $(MAKE) LUA_A=lua53.dll LUA_T=lua.exe 'AR=ar rs' RANLIB= \
> + SYSCFLAGS=-DLUA_BUILD_AS_DLL SYSLIBS= SYSLDFLAGS=-s lua.exe
> + $(MAKE) LUAC_T=luac.exe luac.exe
> +
Except for the quotes, why isn't this the same as mingw ?
Thanks for the feedback.