pre-commit to use wolfssl/options

pull/1/head
kaleb-himes 2015-01-13 16:22:21 -07:00
parent 53d65de105
commit 3229a96bb3
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# save current config
echo "\n\nSaving current config\n\n"
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
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
# don't show output incase error from above
./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 -j 8 >/dev/null 2>&1