diff options
author | Paul Smith <psmith@gnu.org> | 2007-08-15 13:53:53 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-08-15 13:53:53 +0000 |
commit | 19b6504f8a92ec9db6330976dba85804e9c18d6e (patch) | |
tree | 77e2083b69f3e020f68260352c51f5f41832d10d /tests/scripts/features/parallelism | |
parent | bb4d040fadcb76a8828eaf24b4f0557ec11f44fb (diff) | |
download | gunmake-19b6504f8a92ec9db6330976dba85804e9c18d6e.tar.gz |
Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.
One of our translations disappeared from the translations site so remove it.
The fdl.texi file was changed to not contain any @node entries, so add some
around it in make.texi.
Diffstat (limited to 'tests/scripts/features/parallelism')
-rw-r--r-- | tests/scripts/features/parallelism | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/scripts/features/parallelism b/tests/scripts/features/parallelism index 432c088..11102f2 100644 --- a/tests/scripts/features/parallelism +++ b/tests/scripts/features/parallelism @@ -127,6 +127,20 @@ mod_a.o mod_b.o: ', '-j2', ''); +# TEST #9 -- Savannah bugs 3330 and 15919 +# In earlier versions of make this will either give the wrong answer, or hang. + +utouch(-10, 'target'); +run_make_test('target: intermed ; touch $@ + +.INTERMEDIATE: intermed +intermed: | phony ; touch $@ + +.PHONY: phony +phony: ; : phony', '-rR -j', ': phony'); +unlink('target'); + + # Make sure that all jobserver FDs are closed if we need to re-exec the # master copy. # |