repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld --as-needed compilation fixes with external libs.
[fvwm.git]
/
utils
/
rebuild_dev.sh
blob
978ef18a8ea63adf9967c83e2608cc8fbc837ba1
1
#!/bin/sh
2
3
# configure and build CVS source code from scratch
4
# must be called from main fvwm directory
5
utils
/
configure_dev.sh ||
exit
1
6
make
clean
7
utils
/
build_dev.sh ||
exit
2