From 6bbc783f48498b808e19db4441299dc7d85a278b Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sat, 5 Sep 2020 16:11:04 +0000 Subject: Import bmake-20200902 Lots of code refactoring, simplification and cleanup. Lots of new unit-tests providing much higher code coverage. All courtesy of rillig at netbsd. Other significant changes: o new read-only variable .SHELL which provides the path of the shell used to run scripts (as defined by the .SHELL target). o new debug option -dl: LINT mode, does the equivalent of := for all variable assignments so that file and line number are reported for variable parse errors. --- unit-tests/deptgt-no_parallel.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 unit-tests/deptgt-no_parallel.exp (limited to 'unit-tests/deptgt-no_parallel.exp') diff --git a/unit-tests/deptgt-no_parallel.exp b/unit-tests/deptgt-no_parallel.exp new file mode 100644 index 0000000000000..39a9383953dda --- /dev/null +++ b/unit-tests/deptgt-no_parallel.exp @@ -0,0 +1 @@ +exit status 0 -- cgit v1.2.3