summaryrefslogtreecommitdiff
path: root/doc/redo.sh
blob: f0bf4e79f265817eda2682999022e5ab3e942601 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
make clean
make distclean
../bootstrap
./configure --enable-maintainer-mode
cd tools; make
cd ..
make info
make all