1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

remove make from boostrap

This commit is contained in:
Justin Swanhart
2016-06-02 10:57:43 -04:00
parent 9b2fd62612
commit 1f860b69fd

View File

@@ -111,13 +111,13 @@ if [ ! $$ ]; then
exit 1 exit 1
fi fi
for x in \ #for x in \
$(find . -name '[mM]akefile' \ #$(find . -name '[mM]akefile' \
| xargs grep -l ^bootstrap: \ # | xargs grep -l ^bootstrap: \
| cut -f 2 -d / \ # | cut -f 2 -d / \
| sort -u) # | sort -u)
do #do
echo bootstrapping $x # echo bootstrapping $x
make BOOTSTRAP=1 -C $x bootstrap # make BOOTSTRAP=1 -C $x bootstrap
done #done