https://bugs.kde.org/show_bug.cgi?id=507897
--- Comment #2 from Mark Wielaard <[email protected]> --- O, and I think this: @@ -199,6 +199,7 @@ $(LTP_SRC_DIR): $(LTP_TAR) echo "$(LTP_SHA256_SUM) $(LTP_TAR)" | @SHA256SUM@ --check - (cd $(AUX_CHECK_DIR) && \ tar Jxf $(LTP_TAR_NAME) && \ + ../ltp-patches/apply-patches.sh $(LTP_SRC_DIR) && \ cd $(LTP_SRC_DIR) && \ ./configure CC="${CC}" CXX="${CXX}" CFLAGS="$(LTP_CFLAGS)" && \ ${MAKE} -j $(nproc) -C testcases/kernel/syscalls) Should be: + $(abs_top_srcdir)/auxprogs/ltp-patches/apply-patches.sh $(LTP_SRC_DIR) && \ In case you are building with srcdir != builddir (untested) -- You are receiving this mail because: You are watching all bug changes.
