Add LINT to the taget list for CURRENT.

This commit is contained in:
des 2003-02-23 12:40:21 +00:00
parent dd9279b8ca
commit b129beb008

View File

@ -43,7 +43,7 @@ my %CONFIGS = (
'cueball' => {
'COMMENT' => "-CURRENT tinderbox",
'BRANCHES' => [ 'CURRENT' ],
'TARGETS' => [ 'world', 'generic' ],
'TARGETS' => [ 'world', 'generic', 'lint' ],
'ARCHES' => {
'alpha' => [ 'alpha' ],
'i386' => [ 'i386', 'pc98' ],