From a4d8444b594e53b13659a9f2c64424418f255e27 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 15 Sep 2013 15:05:18 -0400 Subject: [SV 39934] Verify jobserver FDs before something else uses them. --- tests/scripts/features/parallelism | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tests/scripts') diff --git a/tests/scripts/features/parallelism b/tests/scripts/features/parallelism index a895517..6e8376d 100644 --- a/tests/scripts/features/parallelism +++ b/tests/scripts/features/parallelism @@ -254,6 +254,26 @@ true '); } +# Test recursion when make doesn't think it exists. +# See Savannah bug #39934 +# Or Red Hat bug https://bugzilla.redhat.com/show_bug.cgi?id=885474 + +open(MAKEFILE,"> Makefile2"); +print MAKEFILE <