pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/libLLVM libLLVM: use ln -sf, not ln -s. helps reb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebda59104454
branches:  trunk
changeset: 360926:ebda59104454
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Apr 10 19:49:59 2017 +0000

description:
libLLVM: use ln -sf, not ln -s. helps rebuilds, as the previous link
already exists

diffstat:

 lang/libLLVM/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 8e94e3f5b9f4 -r ebda59104454 lang/libLLVM/Makefile
--- a/lang/libLLVM/Makefile     Mon Apr 10 15:27:22 2017 +0000
+++ b/lang/libLLVM/Makefile     Mon Apr 10 19:49:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/03/24 11:43:52 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2017/04/10 19:49:59 maya Exp $
 
 DISTNAME=      llvm-4.0.0.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
@@ -137,9 +137,9 @@
                ${PREFIX}/lib/libLLVM/${LLVM_LIBNAME}   \
                ${DESTDIR}${PREFIX}/lib/libLLVM/${LLVM_LIBNAME}
 .else
-       ${LN} -s ${LLVM_LIBNAME}        \
+       ${LN} -sf ${LLVM_LIBNAME}       \
                ${DESTDIR}${PREFIX}/lib/libLLVM/libLLVM.${SOEXT}
-       ${LN} -s ${LLVM_LIBNAME}        \
+       ${LN} -sf ${LLVM_LIBNAME}       \
                ${DESTDIR}${PREFIX}/lib/libLLVM/libLLVM-${PKGVERSION_NOREV}.${SOEXT}
 .endif
 



Home | Main Index | Thread Index | Old Index