diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-15 10:43:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-15 10:43:30 -0700 |
| commit | 3b75463b4cf28ccd5bc0b14b9571cfa61931c327 (patch) | |
| tree | f8d8e95034c4a6c7f16c3c6b5fe1f77023b9af70 | |
| parent | ba1f7076aeb9c9e8dd2542eddbcc667a9b0e1208 (diff) | |
| download | sparse-dev-3b75463b4cf28ccd5bc0b14b9571cfa61931c327.tar.gz | |
Make 'cgcc' work at least half-way better
Mark it executable, and use "sparse" instead of "check" by default,
since that's what sparse gets installed as.
| -rwxr-xr-x[-rw-r--r--] | cgcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- my $cc = $ENV{'REAL_CC'} || 'cc'; -my $check = $ENV{'CHECK'} || 'check'; +my $check = $ENV{'CHECK'} || 'sparse'; my $m64 = 0; my $has_specs = 0; |
