comparison toys/patch.c @ 234:163498bf547b

Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
author Rob Landley <rob@landley.net>
date Sat, 19 Jan 2008 17:43:27 -0600
parents d4176f3f3835
children 7cb15eae1664
comparison
equal deleted inserted replaced
233:d4176f3f3835 234:163498bf547b
18 * 18 *
19 * -E remove empty files --remove-empty-files 19 * -E remove empty files --remove-empty-files
20 * -f force (no questions asked) 20 * -f force (no questions asked)
21 * -F fuzz (number, default 2) 21 * -F fuzz (number, default 2)
22 * [file] which file to patch 22 * [file] which file to patch
23
24 USE_PATCH(NEWTOY(patch, "up#i:R", TOYFLAG_USR|TOYFLAG_BIN))
23 25
24 config PATCH 26 config PATCH
25 bool "patch" 27 bool "patch"
26 default y 28 default y
27 help 29 help