* cygcheck.cc (common_apps): Add a few more binaries to look for.
This commit is contained in:
parent
64ee06c782
commit
bc0d578d39
|
@ -1,3 +1,7 @@
|
|||
2005-12-14 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* cygcheck.cc (common_apps): Add a few more binaries to look for.
|
||||
|
||||
2005-12-05 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* strace.cc (show_usecs): Renamed from 'usecs'.
|
||||
|
|
|
@ -89,14 +89,18 @@ static common_apps[] = {
|
|||
{"gcc", 0},
|
||||
{"gdb", 0},
|
||||
{"grep", 0},
|
||||
{"kill", 0},
|
||||
{"ld", 0},
|
||||
{"ls", 0},
|
||||
{"make", 0},
|
||||
{"mv", 0},
|
||||
{"perl", 0},
|
||||
{"rm", 0},
|
||||
{"sed", 0},
|
||||
{"ssh", 0},
|
||||
{"sh", 0},
|
||||
{"tar", 0},
|
||||
{"test", 0},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue