Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/dir.mk
RevisionDateAuthorComments
 1.11  19-Dec-2023  rillig make: clean up comments

No binary change, except for line numbers in assertions.
 1.10  24-Jan-2023  sjg make: .SYSPATH: to add dirs to sysIncPath

.SYSPATH: with no sources will clear sysIncPath
otherwise sources are added

Reviewed by: rillig
 1.9  23-Jan-2021  rillig make(1): rename Dir_Expand to SearchPath_Expand

The main subject of this function is the search path. In this search
path the pattern is expanded.
 1.8  03-Nov-2020  rillig make(1): clean up unit tests
 1.7  31-Oct-2020  rillig make(1): add test for debug log for expansion of curly braces
 1.6  31-Oct-2020  rillig make(1): mark the output in test dir.mk with a prefix

This is needed to distinguish it from the debug log, which will be added
in the next commit.
 1.5  07-Sep-2020  rillig make(1): document that nested braces work as expected now
 1.4  31-Jul-2020  rillig make(1): add a test for deeply nested brace dependency
 1.3  31-Jul-2020  rillig make(1): add more tests for expanding curly braces in dependencies
 1.2  31-Jul-2020  rillig make(1): fix regression and add test for empty brace expansion

This had been broken in r1.80 of dir.c, a few minutes ago.
 1.1  31-Jul-2020  rillig make(1): add test for braces in dependency lines

The comment at DirExpandCurly says something about "recursively", but the
nested braces don't work.

The manual page only mentions that "{} may be used", but it keeps quiet
about the exact meaning and also doesn't mention any nesting.

RSS XML Feed