1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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
fi
for x in \
$(find . -name '[mM]akefile' \
| xargs grep -l ^bootstrap: \
| cut -f 2 -d / \
| sort -u)
do
echo bootstrapping $x
make BOOTSTRAP=1 -C $x bootstrap
done
#for x in \
#$(find . -name '[mM]akefile' \
# | xargs grep -l ^bootstrap: \
# | cut -f 2 -d / \
# | sort -u)
#do
# echo bootstrapping $x
# make BOOTSTRAP=1 -C $x bootstrap
#done