]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - cmd/zstd/compile_flags.txt.do
No redo, refactor project building, simplify it
[tofuproxy.git] / cmd / zstd / compile_flags.txt.do
diff --git a/cmd/zstd/compile_flags.txt.do b/cmd/zstd/compile_flags.txt.do
deleted file mode 100644 (file)
index d07460a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-redo-ifchange $src conf/zstd.cflags.rc conf/zstd.libs.rc
-read ZSTD_CFLAGS < conf/zstd.cflags.rc
-read ZSTD_LIBS < conf/zstd.libs.rc
-printf "%s" "$CFLAGS $ZSTD_CFLAGS $LDFLAGS $ZSTD_LIBS" |
-    tr " " "\n" | grep -v "^$" | sort | uniq