From 1f860b69fd2c4c5c8b270d2639ce6daf2053a48d Mon Sep 17 00:00:00 2001 From: Justin Swanhart Date: Thu, 2 Jun 2016 10:57:43 -0400 Subject: [PATCH] remove make from boostrap --- build/bootstrap | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build/bootstrap b/build/bootstrap index 233f5d930..56b9119ca 100755 --- a/build/bootstrap +++ b/build/bootstrap @@ -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