mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
remove remnants of previous build attempts
This commit is contained in:
parent
b755013f62
commit
660bd42d2b
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ "$ANALYZE" = "true" ] ; then
|
||||
cppcheck --error-exitcode=1 -j2 -DRANGECHECK -iSource/win_opendir.c -ISource Source toolsrc 2> stderr.txt
|
||||
cppcheck --error-exitcode=1 -j2 -DRANGECHECK -ISource Source toolsrc 2> stderr.txt
|
||||
RET=$?
|
||||
if [ -s stderr.txt ]
|
||||
then
|
||||
@ -10,6 +10,7 @@ if [ "$ANALYZE" = "true" ] ; then
|
||||
else
|
||||
set -e
|
||||
export VERBOSE=1
|
||||
rm -rf CMakeCache.txt CMakeFiles/
|
||||
mkdir build && cd build
|
||||
cmake -G "Unix Makefiles" "$CROSSRULE" .. -DENABLE_WERROR=ON
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user