scripted
This commit is contained in:
@@ -7,7 +7,7 @@ find .. -mindepth 2 -maxdepth 2 -name 'Makefile' | while read -r makefile; do
|
||||
dir=$(dirname "$makefile")
|
||||
echo "Running 'make $TARGET' in $dir"
|
||||
(
|
||||
cd "$dir" && make "$TARGET"
|
||||
cd "$dir" && export HOST="${2:-http://beta.opencloud.com/}" && make "$TARGET"
|
||||
)
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error: make $TARGET failed in $dir"
|
||||
|
||||
Reference in New Issue
Block a user