2022-11-26 14:44:33 +08:00
|
|
|
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>
|
2023-02-28 20:56:31 +08:00
|
|
|
|
2022-11-26 14:44:33 +08:00
|
|
|
---
|
2023-02-28 20:56:31 +08:00
|
|
|
Makefile.am | 1 -
|
2022-11-26 14:44:33 +08:00
|
|
|
extensions/GNUmakefile.in | 4 +++-
|
2023-02-28 20:56:31 +08:00
|
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
2022-11-26 14:44:33 +08:00
|
|
|
|
2023-02-28 20:56:31 +08:00
|
|
|
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
|
2022-11-26 14:44:33 +08:00
|
|
|
diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
|
2023-02-28 20:56:31 +08:00
|
|
|
index e289adf..7052ecc 100644
|
2022-11-26 14:44:33 +08:00
|
|
|
--- a/extensions/GNUmakefile.in
|
|
|
|
|
+++ b/extensions/GNUmakefile.in
|
|
|
|
|
@@ -79,7 +79,7 @@ targets_install :=
|
|
|
|
|
|
|
|
|
|
.SECONDARY:
|
|
|
|
|
|
2023-02-28 20:56:31 +08:00
|
|
|
-.PHONY: all install uninstall clean distclean FORCE dvi check installcheck
|
|
|
|
|
+.PHONY: all install uninstall check clean distclean FORCE dvi check installcheck
|
2022-11-26 14:44:33 +08:00
|
|
|
|
|
|
|
|
all: ${targets}
|
|
|
|
|
|
|
|
|
|
@@ -105,6 +105,8 @@ uninstall:
|
|
|
|
|
rmdir -p --ignore-fail-on-non-empty "$$dir"; \
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
+check:
|
|
|
|
|
+
|
|
|
|
|
clean:
|
2023-02-28 20:56:31 +08:00
|
|
|
rm -f *.o *.oo *.so *.a matches.man targets.man
|
|
|
|
|
rm -f initext.c initext4.c initext6.c initextb.c initexta.c
|
2022-11-26 14:44:33 +08:00
|
|
|
--
|
|
|
|
|
2.23.0
|
|
|
|
|
|