You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user