public inbox for newlib-cvs@sourceware.org help / color / mirror / Atom feed
From: Jeff Johnston <jjohnstn@sourceware.org> To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Regenerate lib/posix/Makefile.in Date: Fri, 5 Mar 2021 20:23:51 +0000 (GMT) [thread overview] Message-ID: <20210305202351.943813858025@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1debd4d635c291c6da904b9b4ffca08af05700e0 commit 1debd4d635c291c6da904b9b4ffca08af05700e0 Author: Jeff Johnston <jjohnstn@redhat.com> Date: Fri Mar 5 15:23:24 2021 -0500 Regenerate lib/posix/Makefile.in Diff: --- newlib/libc/posix/Makefile.in | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/newlib/libc/posix/Makefile.in b/newlib/libc/posix/Makefile.in index 6dff00b8e..c3e125a9b 100644 --- a/newlib/libc/posix/Makefile.in +++ b/newlib/libc/posix/Makefile.in @@ -81,7 +81,8 @@ am__objects_1 = lib_a-closedir.$(OBJEXT) lib_a-collate.$(OBJEXT) \ lib_a-regcomp.$(OBJEXT) lib_a-regerror.$(OBJEXT) \ lib_a-regexec.$(OBJEXT) lib_a-regfree.$(OBJEXT) \ lib_a-rewinddir.$(OBJEXT) lib_a-sleep.$(OBJEXT) \ - lib_a-usleep.$(OBJEXT) lib_a-telldir.$(OBJEXT) + lib_a-usleep.$(OBJEXT) lib_a-telldir.$(OBJEXT) \ + lib_a-ftw.$(OBJEXT) lib_a-nftw.$(OBJEXT) am__objects_2 = lib_a-scandir.$(OBJEXT) lib_a-seekdir.$(OBJEXT) am__objects_3 = lib_a-execl.$(OBJEXT) lib_a-execle.$(OBJEXT) \ lib_a-execlp.$(OBJEXT) lib_a-execv.$(OBJEXT) \ @@ -103,7 +104,7 @@ libposix_la_LIBADD = am__objects_6 = closedir.lo collate.lo collcmp.lo creat.lo dirfd.lo \ fnmatch.lo glob.lo _isatty.lo isatty.lo opendir.lo readdir.lo \ readdir_r.lo regcomp.lo regerror.lo regexec.lo regfree.lo \ - rewinddir.lo sleep.lo usleep.lo telldir.lo + rewinddir.lo sleep.lo usleep.lo telldir.lo ftw.lo nftw.lo am__objects_7 = scandir.lo seekdir.lo am__objects_8 = execl.lo execle.lo execlp.lo execv.lo execve.lo \ execvp.lo wordexp.lo wordfree.lo @@ -295,7 +296,7 @@ GENERAL_SOURCES = \ opendir.c readdir.c readdir_r.c \ regcomp.c regerror.c regexec.c regfree.c \ rewinddir.c sleep.c usleep.c \ - telldir.c + telldir.c ftw.c nftw.c ELIX_2_SOURCES = \ scandir.c seekdir.c @@ -524,6 +525,18 @@ lib_a-telldir.o: telldir.c lib_a-telldir.obj: telldir.c $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-telldir.obj `if test -f 'telldir.c'; then $(CYGPATH_W) 'telldir.c'; else $(CYGPATH_W) '$(srcdir)/telldir.c'; fi` +lib_a-ftw.o: ftw.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ftw.o `test -f 'ftw.c' || echo '$(srcdir)/'`ftw.c + +lib_a-ftw.obj: ftw.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ftw.obj `if test -f 'ftw.c'; then $(CYGPATH_W) 'ftw.c'; else $(CYGPATH_W) '$(srcdir)/ftw.c'; fi` + +lib_a-nftw.o: nftw.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-nftw.o `test -f 'nftw.c' || echo '$(srcdir)/'`nftw.c + +lib_a-nftw.obj: nftw.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-nftw.obj `if test -f 'nftw.c'; then $(CYGPATH_W) 'nftw.c'; else $(CYGPATH_W) '$(srcdir)/nftw.c'; fi` + lib_a-scandir.o: scandir.c $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-scandir.o `test -f 'scandir.c' || echo '$(srcdir)/'`scandir.c
reply other threads:[~2021-03-05 20:23 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210305202351.943813858025@sourceware.org \ --to=jjohnstn@sourceware.org \ --cc=newlib-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).