diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-22 03:15:21 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-22 03:15:21 +0100 |
commit | 7c6ed78aaa6f7252212869ab576eae1559645a3e (patch) | |
tree | 5243c350f7139c1fff1baf27b240ec1c539471a7 /editors | |
parent | f9d091316ddaac7b278080f576c37b733427de8b (diff) | |
download | busybox-w32-7c6ed78aaa6f7252212869ab576eae1559645a3e.tar.gz busybox-w32-7c6ed78aaa6f7252212869ab576eae1559645a3e.tar.bz2 busybox-w32-7c6ed78aaa6f7252212869ab576eae1559645a3e.zip |
patch: remove out-of-file build machinery
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Config.src | 6 | ||||
-rw-r--r-- | editors/Kbuild.src | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/editors/Config.src b/editors/Config.src index fc824ccd5..201ee6eb9 100644 --- a/editors/Config.src +++ b/editors/Config.src | |||
@@ -60,12 +60,6 @@ config ED | |||
60 | Small, simple, evil. Part of SUSv3. If you're not already using | 60 | Small, simple, evil. Part of SUSv3. If you're not already using |
61 | this, you don't need it. | 61 | this, you don't need it. |
62 | 62 | ||
63 | config PATCH | ||
64 | bool "patch" | ||
65 | default y | ||
66 | help | ||
67 | Apply a unified diff formatted patch. | ||
68 | |||
69 | config SED | 63 | config SED |
70 | bool "sed" | 64 | bool "sed" |
71 | default y | 65 | default y |
diff --git a/editors/Kbuild.src b/editors/Kbuild.src index 98128064d..2f23ae12f 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src | |||
@@ -11,6 +11,5 @@ lib-$(CONFIG_AWK) += awk.o | |||
11 | lib-$(CONFIG_CMP) += cmp.o | 11 | lib-$(CONFIG_CMP) += cmp.o |
12 | lib-$(CONFIG_DIFF) += diff.o | 12 | lib-$(CONFIG_DIFF) += diff.o |
13 | lib-$(CONFIG_ED) += ed.o | 13 | lib-$(CONFIG_ED) += ed.o |
14 | lib-$(CONFIG_PATCH) += patch.o | ||
15 | lib-$(CONFIG_SED) += sed.o | 14 | lib-$(CONFIG_SED) += sed.o |
16 | lib-$(CONFIG_VI) += vi.o | 15 | lib-$(CONFIG_VI) += vi.o |