summaryrefslogtreecommitdiffstats
path: root/rules/sed.in
blob: f87ce26ad8239b34261f0f5ad964c6567e5dff25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=shell_and_console

config SED
	tristate
	select GCCLIBS_GCC_S
	depends on !BUSYBOX_SED || ALLYES
	prompt "sed"
	help
	  The GNU sed stream editor

	  sed reads the specified files or the standard input if no
	  files are specified, makes editing changes according to a
	  list of commands, and writes the results to the standard
	  output.

comment "BusyBox' sed selected"
	depends on BUSYBOX_SED