History log of /netbsd-src/usr.bin/make/trace.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 85aee7a6 19-Jan-2021 rillig <rillig@NetBSD.org>

make(1): remove do-not-format markers from comments

These markers had been used inconsistently. Furthermore the source code
had not been formatted automatically before 2020 at all, otherwise there

make(1): remove do-not-format markers from comments

These markers had been used inconsistently. Furthermore the source code
had not been formatted automatically before 2020 at all, otherwise there
wouldn't have been any trailing whitespace left.

show more ...


# 153e6e1a 28-Nov-2020 rillig <rillig@NetBSD.org>

make(1): add multiple-inclusion guard for trace.h

Needed for all-in-one mode since this header is included 3 times.


# 2e62f9c8 18-Oct-2020 rillig <rillig@NetBSD.org>

make(1): add tags to enum types

This allows IDEs to offer better type information than "anonymous enum".


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 555fff31 18-Feb-2006 sjg <sjg@NetBSD.org>

Fix enum for better portability


# 694b899b 29-Dec-2000 sommerfeld <sommerfeld@NetBSD.org>

Quick and dirty trace mechanism to make it easier to look at how different
parallel make job distribution algorithms work in practice.