mirror of
https://github.com/mirror/make.git
synced 2026-08-10 17:14:33 +00:00
Minor fixes before the rc2 release.
This commit is contained in:
@@ -147,12 +147,12 @@ recurse: ; @$(MAKE) --no-print-directory -f #MAKEFILE# submake INCL=true',
|
||||
'-j2',
|
||||
'bar');
|
||||
|
||||
unlink('dependfile');
|
||||
unlink('dependfile', 'output');
|
||||
|
||||
|
||||
# Do it again, this time where the include is done by the non-master make.
|
||||
run_make_test(undef, '-j2 recurse INCL=false', 'bar');
|
||||
|
||||
unlink('dependfile');
|
||||
unlink('dependfile', 'output');
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user