source:
MondoRescue/trunk/monitas/make-server@
1944
| Last change on this file since 1944 was 352, checked in by , 20 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.
