]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
debug: Add missing locale dependencies of fortify tests
authorFlorian Weimer <fweimer@redhat.com>
Mon, 10 Feb 2020 13:37:10 +0000 (14:37 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 11 Feb 2020 07:38:37 +0000 (08:38 +0100)
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

debug/Makefile

index c62b2154bc9fd4db060063a2b952ffe6aeb6b956..3a60d7af7ae908e351c77a7d37d8b0af3263c797 100644 (file)
@@ -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,')