From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101269 invoked by alias); 10 Feb 2020 17:08:44 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 101251 invoked by uid 9299); 10 Feb 2020 17:08:44 -0000 Date: Mon, 10 Feb 2020 17:08:00 -0000 Message-ID: <20200210170844.101250.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc/fw/unwind-link] debug: Add missing locale dependencies of fortify tests X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/fw/unwind-link X-Git-Oldrev: c0463e8b79ca650b60badc5b9c0d574b91aa8d01 X-Git-Newrev: 0cc0338d566726eb8fd87721176f6ec640f372e0 X-SW-Source: 2020-q1/txt/msg00354.txt https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0cc0338d566726eb8fd87721176f6ec640f372e0 commit 0cc0338d566726eb8fd87721176f6ec640f372e0 Author: Florian Weimer Date: Mon Feb 10 14:37:10 2020 +0100 debug: Add missing locale dependencies of fortify tests The missing dependencies result in failures like this if make check is invoked with sufficient parallelism for the debug subdirectory: FAIL: debug/tst-chk2 FAIL: debug/tst-chk3 FAIL: debug/tst-chk4 FAIL: debug/tst-chk5 FAIL: debug/tst-chk6 FAIL: debug/tst-lfschk1 FAIL: debug/tst-lfschk2 FAIL: debug/tst-lfschk3 FAIL: debug/tst-lfschk4 FAIL: debug/tst-lfschk5 FAIL: debug/tst-lfschk6 Diff: --- debug/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debug/Makefile b/debug/Makefile index c62b215..3a60d7a 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -188,6 +188,17 @@ LOCALES := de_DE.UTF-8 include ../gen-locales.mk $(objpfx)tst-chk1.out: $(gen-locales) +$(objpfx)tst-chk2.out: $(gen-locales) +$(objpfx)tst-chk3.out: $(gen-locales) +$(objpfx)tst-chk4.out: $(gen-locales) +$(objpfx)tst-chk5.out: $(gen-locales) +$(objpfx)tst-chk6.out: $(gen-locales) +$(objpfx)tst-lfschk1.out: $(gen-locales) +$(objpfx)tst-lfschk2.out: $(gen-locales) +$(objpfx)tst-lfschk3.out: $(gen-locales) +$(objpfx)tst-lfschk4.out: $(gen-locales) +$(objpfx)tst-lfschk5.out: $(gen-locales) +$(objpfx)tst-lfschk6.out: $(gen-locales) endif sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,')