]> wimlib.net Git - wimlib/blob - tools/run-sparse
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / tools / run-sparse
1 #!/bin/sh
2
3 for fil in src/*.c programs/imagex.c; do
4         sparse $fil -gcc-base-dir `gcc --print-file-name=`              \
5                 -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_GNU_SOURCE    \
6                 -I. -Iinclude -I/usr/include/libxml2                    \
7                 -Wbitwise -Wpointer-subtraction-blows
8 done