From 03e6bac20f3027aafc1fae6b2781ac03ebbc3544 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Fri, 13 Dec 2024 20:19:03 +0200 Subject: [PATCH] No need to cd Signed-off-by: Martin Tzvetanov Grigorov --- recipes/softsv/build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes/softsv/build.sh b/recipes/softsv/build.sh index 565e8eb9a9416..217a7aa6ed8cb 100644 --- a/recipes/softsv/build.sh +++ b/recipes/softsv/build.sh @@ -2,10 +2,6 @@ set -xe -ls -la - -cd SoftSV_1.4.2 - CXX="${CXX} -std=c++14" make -j"${CPU_COUNT}" ls -la