Mercurial > hg > piper-vamp-js-builds
diff build-all.sh @ 56:5e9027b32179 tip master
Fixes for updated subrepos
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 16 May 2018 15:51:14 +0100 |
parents | ec5b5a9adac2 |
children |
line wrap: on
line diff
--- a/build-all.sh Wed May 16 15:51:04 2018 +0100 +++ b/build-all.sh Wed May 16 15:51:14 2018 +0100 @@ -7,7 +7,13 @@ set -eu -./vext install +./repoint install + +for x in ext/* ; do + if [ -f "$x"/repoint-project.json ]; then + ( cd "$x" && ../../repoint install ) + fi +done for x in *; do if [ -d "$x" ] && [ -d "ext/$x" ] && [ -f "$x/Makefile" ]; then