Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1100)

Side by Side Diff: newlib-trunk/newlib/libc/posix/Makefile.am

Issue 6929022: pnacl's newlib code contains function that can/should not be called (Closed)
Patch Set: update Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ## Process this file with automake to generate Makefile.in 1 ## Process this file with automake to generate Makefile.in
2 2
3 AUTOMAKE_OPTIONS = cygnus 3 AUTOMAKE_OPTIONS = cygnus
4 4
5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) 5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6 6
7 # @LOCALMOD: eliminated: glob.c
7 GENERAL_SOURCES = \ 8 GENERAL_SOURCES = \
8 closedir.c collate.c collcmp.c creat.c \ 9 closedir.c collate.c collcmp.c creat.c \
9 » fnmatch.c glob.c _isatty.c isatty.c \ 10 » fnmatch.c _isatty.c isatty.c \
10 opendir.c readdir.c readdir_r.c \ 11 opendir.c readdir.c readdir_r.c \
11 regcomp.c regerror.c regexec.c regfree.c \ 12 regcomp.c regerror.c regexec.c regfree.c \
12 rewinddir.c sleep.c usleep.c \ 13 rewinddir.c sleep.c usleep.c \
13 telldir.c 14 telldir.c
14 15
15 ELIX_2_SOURCES = \ 16 ELIX_2_SOURCES = \
16 scandir.c seekdir.c 17 scandir.c seekdir.c
17 18
18 ELIX_3_SOURCES = \ 19 ELIX_3_SOURCES = \
19 execl.c execle.c execlp.c execv.c \ 20 execl.c execle.c execlp.c execv.c \
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 touch stmp-def 64 touch stmp-def
64 65
65 TARGETDOC = ../tmp.texi 66 TARGETDOC = ../tmp.texi
66 67
67 doc: $(CHEWOUT_FILES) 68 doc: $(CHEWOUT_FILES)
68 cat $(srcdir)/posix.tex >> $(TARGETDOC) 69 cat $(srcdir)/posix.tex >> $(TARGETDOC)
69 70
70 AM_CFLAGS = -D_GNU_SOURCE 71 AM_CFLAGS = -D_GNU_SOURCE
71 72
72 CLEANFILES = $(CHEWOUT_FILES) *.ref 73 CLEANFILES = $(CHEWOUT_FILES) *.ref
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698