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