freebsd-src/unit-tests/depsrc-wait.exp
Simon J. Gerraty 308a28d6cd Import bmake-20220724
Relevant/interesting changes:

	o parse.c: fix out-of-bounds read when parsing an invalid line
        https://bugs.freebsd.org/265119
	fix memory leak in wildcard targets and sources
	fix off-by-one error in buffer for .WAIT nodes
	o allow to randomize build order of targets
	.MAKE.MODE += randomize-targets can help uncover dependency bugs
2022-07-26 08:52:53 -07:00

19 lines
160 B
Plaintext

echo a
a
echo b1
b1
echo b
b
echo x
x
: Making 3a
: Making 3a
: Making 3a
: Making 3b
: Making 3b
: Making 3b
: Making 3c
: Making 3c
: Making 3c
exit status 0