1 Star 0 Fork 31

Oru/iptables

forked from src-openEuler/iptables 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
enabled-makecheck-in-extensions.patch 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
From 54c670ada541aa61ab9ab7907ab245718137efb8 Mon Sep 17 00:00:00 2001
From: huangyu <huangyu106@huawei.com>
Date: Sat, 26 Nov 2022 18:08:31 +0800
Subject: [PATCH] enable
Signed-off-by: huangyu <huangyu106@huawei.com>
---
Makefile.am | 1 -
extensions/GNUmakefile.in | 4 +++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 451c3cb..098e967 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,4 +34,3 @@ tarball:
config.status: extensions/GNUmakefile.in \
include/xtables-version.h.in
-TESTS = xlate-test.py iptables-test.py iptables/tests/shell/run-tests.sh
diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
index e289adf..7052ecc 100644
--- a/extensions/GNUmakefile.in
+++ b/extensions/GNUmakefile.in
@@ -79,7 +79,7 @@ targets_install :=
.SECONDARY:
-.PHONY: all install uninstall clean distclean FORCE dvi check installcheck
+.PHONY: all install uninstall check clean distclean FORCE dvi check installcheck
all: ${targets}
@@ -105,6 +105,8 @@ uninstall:
rmdir -p --ignore-fail-on-non-empty "$$dir"; \
}
+check:
+
clean:
rm -f *.o *.oo *.so *.a matches.man targets.man
rm -f initext.c initext4.c initext6.c initextb.c initexta.c
--
2.23.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rw18717463710/iptables.git
git@gitee.com:rw18717463710/iptables.git
rw18717463710
iptables
iptables
master

搜索帮助