From: Chris Lord Date: Thu, 2 Sep 2004 17:16:34 +0000 (+0000) Subject: ln -sf instead of -s in qmake-native, to stop failing on links that exist. X-Git-Tag: Release-2010-05/1~17405 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ff6259330fa1a25d2b5c184a58355dc93dbf4e;p=openembedded.git ln -sf instead of -s in qmake-native, to stop failing on links that exist. BKrev: 41375572C04g_vGBNLm_mZ2zsPWDbw --- diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe index 207eb58bcf..b99c4347be 100644 --- a/qmake/qmake-native_3.2.3.oe +++ b/qmake/qmake-native_3.2.3.oe @@ -25,11 +25,11 @@ do_configure() { install -d ${S}/mkspecs/linux-uclibc-oe-g++ install -m 0644 ${WORKDIR}/linux-oe-qmake.conf \ ${S}/mkspecs/linux-oe-g++/qmake.conf - ln -s ../linux-g++/qplatformdefs.h \ + ln -sf ../linux-g++/qplatformdefs.h \ ${S}/mkspecs/linux-oe-g++/qplatformdefs.h - ln -s ../linux-oe-g++/qmake.conf \ + ln -sf ../linux-oe-g++/qmake.conf \ ${S}/mkspecs/linux-uclibc-oe-g++/qmake.conf - ln -s ../linux-g++/qplatformdefs.h \ + ln -sf ../linux-g++/qplatformdefs.h \ ${S}/mkspecs/linux-uclibc-oe-g++/qplatformdefs.h QMAKESPEC=