1 Star 0 Fork 8

abushwang/nbdkit

forked from OpenCloudOS Stream/nbdkit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0014-tests-Stop-setting-SRCDIR-for-tests.patch 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
abushwang 提交于 2023-07-13 15:37 . update to 1.35.5
From 2e3dcb2a720e4258b54d04ffd081c5159783df8e Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Thu, 22 Jun 2023 10:50:17 +0100
Subject: [PATCH 14/15] tests: Stop setting $SRCDIR for tests
Since no tests use this variable any longer we can stop setting it.
However note that make-psk.sh still uses the same-named (but not
connected) variable.
---
tests/Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 32ebb7002..2921076de 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -63,7 +63,6 @@ EXTRA_PROGRAMS =
# Use the 'direct' backend, and ensure maximum libguestfs debugging.
# Enable libnbd debugging.
TESTS_ENVIRONMENT = \
- SRCDIR=$(srcdir) \
LIBGUESTFS_ATTACH_METHOD=appliance \
LIBGUESTFS_DEBUG=1 \
LIBGUESTFS_TRACE=1 \
--
2.41.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abushwang/nbdkit.git
git@gitee.com:abushwang/nbdkit.git
abushwang
nbdkit
nbdkit
master

搜索帮助