]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
prepare_infrastructure is less verbose
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 29 Mar 2009 10:19:09 +0000 (12:19 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 29 Mar 2009 10:19:30 +0000 (12:19 +0200)
build/prepare_infrastructure

index 09a33b03e19c87ca3c68a454e2f1a70ae37c62c9..a65ea8fa005250c10cfbf7d3d580238cda4f295f 100755 (executable)
@@ -34,6 +34,7 @@ update_submodule robot-root
 ########################################
 cd $MYDIR
 for i in h8eurobot/ h8mirosot/ h8canusb/ linux/ ppc/ lpceurobot/; do
-       make -C $i default-config
+       echo "make default-config"
+       make -C $i default-config | grep -v default-config-pass
 done