summaryrefslogtreecommitdiffstats
path: root/rules/diffutils.in
blob: 1e0f5a0bf27b29d19fc6d6a615f80cb0cdf909e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
menuconfig DIFFUTILS
	bool "GNU diffutils       "

config DIFFUTILS_DIFF
	bool
	prompt "diff"
	depends on DIFFUTILS
	help
	  diff - compare files line by line

config DIFFUTILS_DIFF3
	bool
	prompt "diff3"
	depends on DIFFUTILS
	help
	  diff3 - compare three files line by line

config DIFFUTILS_SDIFF
	bool
	prompt "sdiff"
	depends on DIFFUTILS
	help
	  sdiff - side-by-side merge of file differences

config DIFFUTILS_CMP
	bool
	prompt "cmp"
	depends on DIFFUTILS
	help
	  cmp - compare two files byte by byte