This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: popen bug, extension
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Corinna Vinschen on 8/19/2009 4:55 AM:
>>> * libc/posix/Makefile.am (CHEWOUT_FILES): Document popen.
>>> * libc/posix/posix.tex: New file.
>
> For some reason it's not possible anymore to build libc.info with
> this change:
>
> ./targetdep.tex:1415: `Posix' has no Up field (perhaps incorrect sectioning?).
> makeinfo: Removing output file `/home/corinna/src/cygwin/vanilla/newlib/libc/libc.info' due to errors; use --force to preserve.
>
> I'm not sure where this is coming from.
Found it - I missed (at least one) file. I'm now testing the following,
OK to commit if it fixes things?
2009-08-19 Eric Blake <ebb9@byu.net>
* libc/Makefile.am (SUBDEFS): Correctly build popen docs.
- --
Don't work too hard, make some time for fun as well!
Eric Blake ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkqL57QACgkQ84KuGfSFAYDmhQCgh9qEYdV5gjNqr6wRoUEnUoLx
acAAoMwRZQvGzzDHIJQQ3bsFzRJKELhh
=hwGs
-----END PGP SIGNATURE-----
? libc/autom4te.cache
Index: libc/Makefile.am
===================================================================
RCS file: /cvs/src/src/newlib/libc/Makefile.am,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile.am
--- libc/Makefile.am 24 May 2007 17:33:30 -0000 1.14
+++ libc/Makefile.am 19 Aug 2009 11:52:57 -0000
@@ -131,7 +131,8 @@ SUBDEFS = \
locale/stmp-def \
reent/stmp-def \
$(LIBC_EXTRA_DEF) \
- misc/stmp-def
+ misc/stmp-def \
+ posix/stmp-def
libc.info: sigset.texi extra.texi stdio64.texi iconvset.texi \
targetdep.tex $(SUBDEFS)