Skip to content

Commit

Permalink
fix CodeFactor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Apr 20, 2022
1 parent f840ff8 commit 5b5b8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-taox11-for-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ make c++20=1 -j ${BRIX11_NUMBER_OF_PROCESSORS} -C "${TAOX11_ROOT}/tests" 2>&1 |
# install
make -j ${BRIX11_NUMBER_OF_PROCESSORS} -C "${X11_BASE_ROOT}" install 2>&1 | tee make-install.log

find "${INSTALL_PREFIX}/include" -type d -name home -prune | xargs tree
find "${INSTALL_PREFIX}/include" -type d -name home -prune | xargs rm -rf
find "${INSTALL_PREFIX}/include" -type d -name home -prune -print0 | xargs -0 tree
find "${INSTALL_PREFIX}/include" -type d -name home -prune -print0 | xargs -0 rm -rf

#FIXME: remove the installed include garbage! CK
rm -rf "${INSTALL_PREFIX}/include"
Expand Down

0 comments on commit 5b5b8a0

Please sign in to comment.