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