Merge pull request #1080 from ids1024/pull

Changes to 'make pull'
This commit is contained in:
Jeremy Soller 2017-10-09 20:36:46 -06:00 committed by GitHub
commit fdf35b3da3

View file

@ -17,12 +17,9 @@ clean:
rm -rf build
pull:
git pull --rebase --recurse-submodules
git submodule sync
git pull --recurse-submodules
git submodule sync --recursive
git submodule update --recursive --init
git clean -X -f -d
make clean
make update
update:
cd cookbook && ./update.sh \