History log of /netbsd/tests/usr.bin/mkdep/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 2a7c2b6a 20-Aug-2021 rillig <rillig@NetBSD.org>

mkdep: avoid memory allocation in findcc

This change takes the idea of handling strings as pairs in the form
(start, len) by Robert Elz from
https://mail-index.netbsd.org/source-changes-d/2021/08/20

mkdep: avoid memory allocation in findcc

This change takes the idea of handling strings as pairs in the form
(start, len) by Robert Elz from
https://mail-index.netbsd.org/source-changes-d/2021/08/20/msg013427.html
and expands it by avoiding one more memory allocation, for iterating the
PATH environment variable.

No functional change.

show more ...


# d12a5162 11-Aug-2021 rillig <rillig@NetBSD.org>

tests/mkdep: test findcc

This function is used by both mkdep and lint.


# 40e712e7 30-May-2011 njoly <njoly@NetBSD.org>

Add testcase for PR bin/45004, to exercize suffixes lists for
mkdep(1).