mirror of https://github.com/wolfSSL/wolfssl.git
pre-commit to use wolfssl/options
parent
53d65de105
commit
3229a96bb3
|
@ -6,7 +6,7 @@
|
||||||
# save current config
|
# save current config
|
||||||
echo "\n\nSaving current config\n\n"
|
echo "\n\nSaving current config\n\n"
|
||||||
cp config.status tmp.status
|
cp config.status tmp.status
|
||||||
cp cyassl/options.h tmp.options.h
|
cp wolfssl/options.h tmp.options.h
|
||||||
|
|
||||||
# stash modified files not part of this commit, don't test them
|
# stash modified files not part of this commit, don't test them
|
||||||
echo "\n\nStashing any modified files not part of commit\n\n"
|
echo "\n\nStashing any modified files not part of commit\n\n"
|
||||||
|
@ -26,7 +26,7 @@ echo "\nRestoring current config\n"
|
||||||
mv tmp.status config.status
|
mv tmp.status config.status
|
||||||
# don't show output incase error from above
|
# don't show output incase error from above
|
||||||
./config.status >/dev/null 2>&1
|
./config.status >/dev/null 2>&1
|
||||||
mv tmp.options.h cyassl/options.h
|
mv tmp.options.h wolfssl/options.h
|
||||||
make clean >/dev/null 2>&1
|
make clean >/dev/null 2>&1
|
||||||
make -j 8 >/dev/null 2>&1
|
make -j 8 >/dev/null 2>&1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue