[Olsr-dev] [PATCH 01/20] Makefiles: define UNINSTALL_LIB macro
Ferry Huberts
(spam-protected)
Mon Jul 25 19:16:44 CEST 2011
On 07/25/2011 06:52 PM, Henning wrote:
> Nice work, have to look at it more closely over the weekend.
>
> On Monday 25 July 2011 17:37:54 Ferry Huberts wrote:
>> diff --git a/make/Makefile.win32 b/make/Makefile.win32
>> index 946939d..6229e27 100644
>> --- a/make/Makefile.win32
>> +++ b/make/Makefile.win32
>> @@ -15,6 +15,7 @@ CFLAGS += -mno-cygwin
>>
>> PLUGIN_FULLNAME ?= $(PLUGIN_NAME).dll
>> INSTALL_LIB = cp $(PLUGIN_FULLNAME) ../..
>> +UNINSTALL_LIB = del /F $(PLUGIN_FULLNAME) ../..
> Hmm, not sure what the "../.." at the end is for. That looks wrong.
>
>> ifdef OLSRD_PLUGIN
>> LDFLAGS += -L$(TOPDIR)
>
> Henning
good catch, thanks!
will fix it up tomorrow
--
Ferry Huberts
More information about the Olsr-dev
mailing list