- quick and dirty script to run make again in every build-* directory
This commit is contained in:
parent
140abecb87
commit
091e7ee721
10
bochs/build/makeall.sh
Executable file
10
bochs/build/makeall.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in build-*; do
|
||||
echo "*** Starting make in $i ***"
|
||||
make -C $i
|
||||
echo "*** make done in $i ***"
|
||||
echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user