qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] libcacard: add libcacard.la target


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 2/2] libcacard: add libcacard.la target
Date: Mon, 16 May 2011 09:00:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10

On 05/15/2011 05:40 PM, Alon Levy wrote:
-    ln -s "$source_path/libcacard/Makefile" libcacard/Makefile
+    ln -s -f "$source_path/libcacard/Makefile" libcacard/Makefile

Use the "symlink" function rather than ln -s -f for portability to broken platforms, please.

Note that this requires libtool at build time rather than only for maintainers. This is unlike all other software using it. However, I believe this is not too bad given that a special make invocation is required.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]