From 146b33f12094b50e1f0466e3a774dbc057209946 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Sun, 20 Jun 2021 05:59:14 +0200 Subject: [PATCH] misc-linux: Cleanup leftover stuff from gs merge for linux build. --- build.sh | 6 +++--- cmake/BuildParameters.cmake | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index fb62644927..a23b5931d1 100755 --- a/build.sh +++ b/build.sh @@ -107,7 +107,7 @@ run_cppcheck() check="--enable=warning,style,missingInclude" - for d in pcsx2 common plugins/GSdx + for d in pcsx2 common do flat_d=$(echo $d | sed -e 's@/@_@') log=cpp_check__${flat_d}.log @@ -131,7 +131,7 @@ run_clangtidy() # EXAMPLE # # Modernize loop syntax, fix if old style found. - # $ clang-tidy -p build_dev/compile_commands.json plugins/GSdx/GSTextureCache.cpp -checks='modernize-loop-convert' -fix + # $ clang-tidy -p build_dev/compile_commands.json pcsx2/GS/Renderers/HW/GSTextureCache.cpp -checks='modernize-loop-convert' -fix # Check all, tons of output: # $ clang-tidy -p $compile_json $cpp -checks='*' -header-filter='.*' # List of modernize checks: @@ -256,7 +256,7 @@ for ARG in "$@"; do echo "--clang-tidy : Do a clang-tidy analysis. Results can be found in build directory" echo "--cppcheck : Do a cppcheck analysis. Results can be found in build directory" echo "--coverity : Do a build for coverity" - echo "--vtune : Plug GSdx with VTUNE" + echo "--vtune : Plug GS with VTUNE" echo "--ftime-trace : Analyse build time. Clang only." exit 1 diff --git a/cmake/BuildParameters.cmake b/cmake/BuildParameters.cmake index c1135c4501..8b96060cff 100644 --- a/cmake/BuildParameters.cmake +++ b/cmake/BuildParameters.cmake @@ -21,7 +21,7 @@ if(DISABLE_BUILD_DATE OR openSUSE) add_definitions(-DDISABLE_BUILD_DATE) endif() -option(USE_VTUNE "Plug VTUNE to profile GSdx JIT.") +option(USE_VTUNE "Plug VTUNE to profile GS JIT.") #------------------------------------------------------------------------------- # Graphical option