From 433aad912d9e324b137b8ff991bcdba3b5f5ea7f Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 16 Jun 2015 11:52:10 +0100 Subject: Don't chew files which contain no documentation markup Don't chew files which contain no documentation markup. Neither of the alternatives for MALLOCR (mallocr.c or nano-mallocr.c) contain any documentation markup. 2015-06-23 Jon Turney * libc/stdlib/Makefile.am (CHEWOUT_FILES): Remove $(MALLOCR).def. * libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and putwc.def. Signed-off-by: Jon TURNEY --- newlib/libc/stdio/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'newlib/libc/stdio') diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am index 3cee16b60..0a086e726 100644 --- a/newlib/libc/stdio/Makefile.am +++ b/newlib/libc/stdio/Makefile.am @@ -391,7 +391,6 @@ CHEWOUT_FILES = \ getline.def \ gets.def \ getw.def \ - getwc.def \ getwchar.def \ mktemp.def \ open_memstream.def \ @@ -402,7 +401,6 @@ CHEWOUT_FILES = \ putchar_u.def \ puts.def \ putw.def \ - putwc.def \ putwchar.def \ remove.def \ rename.def \ -- cgit v1.2.3