mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
BZ#18872: Don't conditionalize build rules for test program.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
2015-10-08 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
[BZ #18872]
|
||||||
|
* stdio-common/Makefile ($(objpfx)tst-unbputc.out):
|
||||||
|
Move out from under [$(run-built-tests) = yes] conditional.
|
||||||
|
($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
|
||||||
|
($(objpfx)tst-printf-bz18872-mem.out): Likewise.
|
||||||
|
|
||||||
2015-10-08 Carlos O'Donell <carlos@redhat.com>
|
2015-10-08 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
[BZ #18589]
|
[BZ #18589]
|
||||||
|
@ -74,7 +74,6 @@ include ../Rules
|
|||||||
|
|
||||||
tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace
|
tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace
|
||||||
|
|
||||||
ifeq ($(run-built-tests),yes)
|
|
||||||
$(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc
|
$(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc
|
||||||
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
|
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
|
||||||
$(evaluate-test)
|
$(evaluate-test)
|
||||||
@ -91,7 +90,6 @@ $(objpfx)tst-printf-bz18872.c: tst-printf-bz18872.sh
|
|||||||
$(objpfx)tst-printf-bz18872-mem.out: $(objpfx)tst-printf-bz18872.out
|
$(objpfx)tst-printf-bz18872-mem.out: $(objpfx)tst-printf-bz18872.out
|
||||||
$(common-objpfx)malloc/mtrace $(objpfx)tst-printf-bz18872.mtrace > $@; \
|
$(common-objpfx)malloc/mtrace $(objpfx)tst-printf-bz18872.mtrace > $@; \
|
||||||
$(evaluate-test)
|
$(evaluate-test)
|
||||||
endif
|
|
||||||
|
|
||||||
CFLAGS-vfprintf.c = -Wno-uninitialized
|
CFLAGS-vfprintf.c = -Wno-uninitialized
|
||||||
CFLAGS-vfwprintf.c = -Wno-uninitialized
|
CFLAGS-vfwprintf.c = -Wno-uninitialized
|
||||||
|
Reference in New Issue
Block a user