diff options
author | des <des@FreeBSD.org> | 2005-11-14 13:34:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-11-14 13:34:15 +0000 |
commit | cfa8912c5b5613c5b875a5f61d1896f3f70a4c66 (patch) | |
tree | dd792c9bd8726c7581aa6e57be1bd8c8072dcc32 /tools | |
parent | 13b6012c65586d1c79c94a090166c184c59c945d (diff) | |
download | FreeBSD-src-cfa8912c5b5613c5b875a5f61d1896f3f70a4c66.zip FreeBSD-src-cfa8912c5b5613c5b875a5f61d1896f3f70a4c66.tar.gz |
Use the new syntax for GENERIC.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/etc/default.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/etc/default.rc b/tools/tools/tinderbox/etc/default.rc index 836cae5..6a4b3f3 100644 --- a/tools/tools/tinderbox/etc/default.rc +++ b/tools/tools/tinderbox/etc/default.rc @@ -12,7 +12,7 @@ logdir = %%HOME%%/logs # Tinderbox options options = --verbose -targets = cleanobj, update, world, generic, lint +targets = cleanobj, update, world, lint, kernel:GENERIC #timeout = 7200 # Reporting |