summaryrefslogtreecommitdiff
path: root/sys/dev/DEVNAMES
diff options
context:
space:
mode:
authorjdolecek <jdolecek@NetBSD.org>2000-07-25 18:59:44 +0000
committerjdolecek <jdolecek@NetBSD.org>2000-07-25 18:59:44 +0000
commit9ada2e4d0cbac52295111e0f4a1cb0a043c5ef5d (patch)
tree00eb5753ea882fb4164cdff891af4a9f6d37339b /sys/dev/DEVNAMES
parent79e0feb179e20e8162e9487321b4089b22fe6f98 (diff)
backoff rev 1.36 - it's made obsolete by last rc.d changes and using
arbitrary hard time limit for /etc/rc.shutdown is not right anyway
Diffstat (limited to 'sys/dev/DEVNAMES')
0 files changed, 0 insertions, 0 deletions
>sjg 2014-08-21Give each group of tests its own output file.apb * Rename each sub-makefile to *.mk; * Add a *.exp file of expected output for each sub-makefile; * Remove test.exp, which is replaced by all the other *.exp files. * Use suffix rules to generate *.rawout and *.out files for each test case. * Rewrite the test and accept targets to adapt to the new way. The old (now removed) test.exp file is almost identical to the concatenation (in the correct order) of all the new *.exp files. There are expected differences in makefile names embedded in the output, and the new "exit status" lines. Some old "*** Error code 1 (ignored)" lines are also removed (replaced by new "exit status 1" lines).