Commit f872f0c7 authored by gejun's avatar gejun

fix tools/make_all_examples

Change-Id: I03aeca8a6a28e7f30fc65b2bc46a2b7ab5ff712a
parent b279d076
#!/bin/bash
saved_pwd_before_making=$PWD
for file in `find example -name COMAKE`; do
for file in `find example -name Makefile`; do
cd $(dirname $file)
echo -e "\n[$file]"
comake2 -P && make -sj4
make -sj4
cd $saved_pwd_before_making
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment