Small comm implementatin from Rob Sullivan. Needed to build perl.

This commit is contained in:
Rob Landley
2005-05-11 23:12:49 +00:00
parent b662f0d58b
commit 2acfd7bd26
5 changed files with 177 additions and 0 deletions

View File

@@ -59,6 +59,13 @@ config CONFIG_CMP
cmp is used to compare two files and returns the result
to standard output.
config CONFIG_COMM
bool "comm"
default n
help
comm is used to compare two files line by line and return
a three-column output.
config CONFIG_CP
bool "cp"
default n