Remove development file libmdb/make.sh

vmware
Hallvard Furuseth 13 years ago
parent d8b4598085
commit e1b88d93ac
  1. 9
      libraries/libmdb/make.sh

@ -1,9 +0,0 @@
#!/bin/sh
warning_filter() {
egrep -v ': In function .*:$|: warning: (ISO C99 requires rest arguments to be used|format .*%p.* has type .*struct MDB_.*\*)'
}
exit `{
{ XCFLAGS="-std=c99 -pedantic" make "$@" 2>&1; echo $? >&3; } |
warning_filter >&2
} 3>&1`
Loading…
Cancel
Save