diff mbox

[uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.20-13-g6d4d6e2

Message ID 20161221182110.A0CC810135@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Dec. 21, 2016, 6:21 p.m. UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".

The branch, master has been updated
       via  6d4d6e2cfc6b7ea247adca2d3ae137a68c4e5148 (commit)
      from  0bd6bfb2b643ea2b4b1440dfd917ba752f0c0d15 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d4d6e2cfc6b7ea247adca2d3ae137a68c4e5148
Author: Waldemar Brodkorb <wbx@openadk.org>
Date:   Wed Dec 21 19:25:07 2016 +0100

    remove misc/gnu, cleanup comment

-----------------------------------------------------------------------

Summary of changes:
 libc/misc/Makefile.in | 4 ----
 1 file changed, 4 deletions(-)



hooks/post-receive
diff mbox

Patch

diff --git a/libc/misc/Makefile.in b/libc/misc/Makefile.in
index e01b3dc..e45002e 100644
--- a/libc/misc/Makefile.in
+++ b/libc/misc/Makefile.in
@@ -5,9 +5,6 @@ 
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-#DIRS:=assert ctype dirent error file fnmatch ftw glob gnu internals intl locale mntent \
-#	pthread regex search statfs syslog sysvipc time ttyent utmp wchar wctype wordexp
-
 include $(top_srcdir)libc/misc/assert/Makefile.in
 include $(top_srcdir)libc/misc/ctype/Makefile.in
 include $(top_srcdir)libc/misc/dirent/Makefile.in
@@ -18,7 +15,6 @@  include $(top_srcdir)libc/misc/fnmatch/Makefile.in
 include $(top_srcdir)libc/misc/ftw/Makefile.in
 include $(top_srcdir)libc/misc/fts/Makefile.in
 include $(top_srcdir)libc/misc/glob/Makefile.in
-include $(top_srcdir)libc/misc/gnu/Makefile.in
 include $(top_srcdir)libc/misc/internals/Makefile.in
 include $(top_srcdir)libc/misc/locale/Makefile.in
 include $(top_srcdir)libc/misc/mntent/Makefile.in