libstd don't fail if incremental build files don't exist (sumo)

This commit is contained in:
Stefan Lendl
2018-12-05 15:46:26 +01:00
committed by Stefan Lendl
parent 3efa0f069f
commit 1587d5b8dc
+1 -1
View File
@@ -23,6 +23,6 @@ do_install () {
# With the incremental build support added in 1.24, the libstd deps directory also includes dependency
# files that get installed. Those are really only needed to incrementally rebuild the libstd library
# itself and don't need to be installed.
rm ${B}/${TARGET_SYS}/release/deps/*.d
rm -f ${B}/${TARGET_SYS}/release/deps/*.d
cp ${B}/${TARGET_SYS}/release/deps/* ${D}${rustlibdir}
}