From 7c6ed78aaa6f7252212869ab576eae1559645a3e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 22 Nov 2010 03:15:21 +0100 Subject: patch: remove out-of-file build machinery Signed-off-by: Denys Vlasenko --- editors/Config.src | 6 ------ editors/Kbuild.src | 1 - 2 files changed, 7 deletions(-) (limited to 'editors') diff --git a/editors/Config.src b/editors/Config.src index fc824cc..201ee6e 100644 --- a/editors/Config.src +++ b/editors/Config.src @@ -60,12 +60,6 @@ config ED Small, simple, evil. Part of SUSv3. If you're not already using this, you don't need it. -config PATCH - bool "patch" - default y - help - Apply a unified diff formatted patch. - config SED bool "sed" default y diff --git a/editors/Kbuild.src b/editors/Kbuild.src index 9812806..2f23ae1 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src @@ -11,6 +11,5 @@ lib-$(CONFIG_AWK) += awk.o lib-$(CONFIG_CMP) += cmp.o lib-$(CONFIG_DIFF) += diff.o lib-$(CONFIG_ED) += ed.o -lib-$(CONFIG_PATCH) += patch.o lib-$(CONFIG_SED) += sed.o lib-$(CONFIG_VI) += vi.o -- cgit v1.1