]> wimlib.net Git - wimlib/blobdiff - tools/run-sparse
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / tools / run-sparse
diff --git a/tools/run-sparse b/tools/run-sparse
deleted file mode 100755 (executable)
index 828aebe..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for fil in src/*.c programs/imagex.c; do
-       sparse $fil -gcc-base-dir `gcc --print-file-name=`              \
-               -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_GNU_SOURCE    \
-               -I. -Iinclude -Wbitwise -Wpointer-subtraction-blows
-done