source:
MondoRescue/branches/2.2.7/monitas/make-server@
3102
Last change on this file since 3102 was 352, checked in by , 19 years ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | if [ "$#" -eq "0" ] ; then |
4 | level=debug |
5 | else |
6 | level=$1 |
7 | fi |
8 | |
9 | gcc -Wall -pedantic -D_REENTRANT -DLOG_THESE_AND_HIGHER=$level -lpthread server.c from-mondo.c common.c -o server |
10 | exit $? |
11 | |
12 | |
13 | |
14 | |
15 |
Note:
See TracBrowser
for help on using the repository browser.