[Olsr-dev] [PATCH v2 1/1] Makefiles: define UNINSTALL_LIB macro
Henning Rogge
(spam-protected)
Tue Jul 26 09:21:51 CEST 2011
On Tue July 26 2011 09:13:11 Ferry Huberts wrote:
> diff --git a/make/Makefile.win32 b/make/Makefile.win32
> index 946939d..7e4fbf5 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... did not test it, but what do you think about this?
+UNINSTALL_LIB = del /F ../../$(PLUGIN_FULLNAME)
>
> ifdef OLSRD_PLUGIN
> LDFLAGS += -L$(TOPDIR)
Henning Rogge
--
Diplom-Informatiker Henning Rogge , Fraunhofer-Institut für
Kommunikation, Informationsverarbeitung und Ergonomie FKIE
Kommunikationssysteme (KOM)
Neuenahrer Straße 20, 53343 Wachtberg, Germany
Telefon +49 228 9435-961, Fax +49 228 9435 685
mailto:(spam-protected) http://www.fkie.fraunhofer.de
GPG: E1C6 0914 490B 3909 D944 F80D 4487 C67C 55EC CFE0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4364 bytes
Desc: not available
URL: <http://lists.olsr.org/pipermail/olsr-dev/attachments/20110726/12ea6902/attachment.bin>
More information about the Olsr-dev
mailing list