diff options
author | Paul Smith <psmith@gnu.org> | 2006-03-20 03:03:04 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-03-20 03:03:04 +0000 |
commit | 94aead216efa169f7d4dbb269188fd91c88c8bdd (patch) | |
tree | 7ed47713cdb96399a302b00a89a1a724b5ea7254 /tests | |
parent | 24aac7f8f6c72d60ce7c9f80868cbf21fb458072 (diff) | |
download | gunmake-94aead216efa169f7d4dbb269188fd91c88c8bdd.tar.gz |
Minor fixes before the rc2 release.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/features/parallelism | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/features/parallelism b/tests/scripts/features/parallelism index 528c653..9eb196d 100644 --- a/tests/scripts/features/parallelism +++ b/tests/scripts/features/parallelism @@ -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; |