From ab55c9dda40e73b1042d1a4f5a3ef0b0f1a9facb Mon Sep 17 00:00:00 2001 From: tschwinge Date: Thu, 29 May 2008 23:01:55 +0000 Subject: hurd/ 2008-05-29 Thomas Schwinge * Makefile.am (t_addr_CPPFLAGS, t_addr_trans_CPPFLAGS, t_rpc_CPPFLAGS): Remove special `printf' handling. * stddef.h (S_PUTCHAR): Define analogously to `S_PRINTF'. libc-parts/ 2008-05-29 Thomas Schwinge * Makefile.am (t_setjmp_CPPFLAGS): Remove special `printf' handling. libhurd-btree/ 2008-05-29 Thomas Schwinge * Makefile.am (btree_test_CPPFLAGS): Remove special `printf' handling. libhurd-ihash/ 2008-05-29 Thomas Schwinge * Makefile.am (t_ihash_CPPFLAGS, t_ihash64_CPPFLAGS): Remove special `printf' handling. viengoos/ 2008-05-29 Thomas Schwinge * cap-lookup.c: Unconditionally use `S_PUTCHAR' and `S_PRINTF' instead of `s_putchar' and `s_printf' and remove the latters' prototypes. --- libhurd-btree/ChangeLog | 4 ++++ libhurd-btree/Makefile.am | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'libhurd-btree') diff --git a/libhurd-btree/ChangeLog b/libhurd-btree/ChangeLog index c75cce5..46d1533 100644 --- a/libhurd-btree/ChangeLog +++ b/libhurd-btree/ChangeLog @@ -1,3 +1,7 @@ +2008-05-29 Thomas Schwinge + + * Makefile.am (btree_test_CPPFLAGS): Remove special `printf' handling. + 2008-02-21 Neal H. Walfield * Makefile.am (COMMON_CPPFLAGS): Remove variable. diff --git a/libhurd-btree/Makefile.am b/libhurd-btree/Makefile.am index f4a85d8..bd0f699 100644 --- a/libhurd-btree/Makefile.am +++ b/libhurd-btree/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am - Makefile template for libhurd-btree. -# Copyright (C) 2004, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc. # Written by Neal H. Walfield . # # This file is part of the GNU Hurd. @@ -32,5 +32,4 @@ TESTS = btree-test check_PROGRAMS = btree-test btree_test_SOURCES = btree-test.c btree.h btree.c -btree_test_CPPFLAGS = $(CHECK_CPPFLAGS) -DS_PRINTF=printf - +btree_test_CPPFLAGS = $(CHECK_CPPFLAGS) -- cgit v1.2.3