[Geany-devel] Remove MSYS dependency of Geany on Win~1

Thomas Martitz thomas.martitz at xxxxx
Thu Jun 28 14:33:04 UTC 2012


Am 28.06.2012 16:30, schrieb Nick Treleaven:
> On 28/06/2012 15:28, Thomas Martitz wrote:
>> Am 28.06.2012 15:41, schrieb Nick Treleaven:
>>>
>>> -include localwin32.mk
>>> ifdef MSYS
>>> CP = cp
>>> CP_R = cp -r
>>> RM = rm
>>> DIRSEP = /
>>> endif
>>>
>>> And then perhaps use $(MAKE) CP="$(CP)" RM="$(RM)" to pass these
>>> variables to the sub-makefiles so they don't need to have copies of
>>> the ifdef. They only need CP and RM.
>>>
>>
>> Make variables are survive recursive invocations don't they?
>
> Not sure what you mean.


Passing CP="$(CP)" is reduntant because the sub-makefile inherits the 
value of CP.

Best regards



More information about the Devel mailing list