Run make distclean, not just make clean in the msys2 build scripts
for consistency with other build scripts
This commit is contained in:
parent
0879c0bd22
commit
e7d9129729
@ -3,9 +3,10 @@
|
||||
export CFLAGS="-O3 -fomit-frame-pointer -m32 -march=pentium2 -mtune=nocona"
|
||||
export PREFIX="$(pwd)/libsodium-win32"
|
||||
|
||||
make distclean > /dev/null
|
||||
|
||||
./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
|
||||
--host=i686-w64-mingw32 && \
|
||||
make clean && \
|
||||
make && \
|
||||
make check && \
|
||||
make install
|
||||
|
@ -3,9 +3,10 @@
|
||||
export CFLAGS="-O3 -fomit-frame-pointer -m64 -mtune=nocona"
|
||||
export PREFIX="$(pwd)/libsodium-win64"
|
||||
|
||||
make distclean > /dev/null
|
||||
|
||||
./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
|
||||
--host=x86_64-w64-mingw32 && \
|
||||
make clean && \
|
||||
make && \
|
||||
make check && \
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user