]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/pex-unix.c
Makefile.in (CFILES): Add pex-*.c.
authorZack Weinberg <zack@codesourcery.com>
Fri, 24 Jan 2003 20:02:11 +0000 (20:02 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 24 Jan 2003 20:02:11 +0000 (20:02 +0000)
commit55d0e5e0223bae2b64faf4b858b59eb486efbe4b
treea5a1f317d0d5eb9f7466940f45f70923df577e59
parent4c98b1b0782cb1ad25a5d1f44391d65b12f9a566
Makefile.in (CFILES): Add pex-*.c.

* Makefile.in (CFILES): Add pex-*.c.
(REQUIRED_OFILES): Change pexecute.o to @pexecute@
(CONFIGURED_OFILES): Add pex-*.o.
(TEXIFILES): Add pexecute.txh.
(pexecute.o): Delete rule.
(pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
pex-unix.o, pex-win32.o): New rules.
* configure.in: Change AC_INIT argument to xmalloc.c.
Compute appropriate pexecute implementation and substitute it
as @pexecute@.

* pexecute.c: Split up into...
* pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
new files.

* functions.texi: Regenerate.
* configure: Regenerate.

From-SVN: r61728
15 files changed:
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/configure
libiberty/configure.in
libiberty/functions.texi
libiberty/pex-common.h [new file with mode: 0644]
libiberty/pex-cygwin.c [new file with mode: 0644]
libiberty/pex-djgpp.c [new file with mode: 0644]
libiberty/pex-mpw.c [new file with mode: 0644]
libiberty/pex-msdos.c [new file with mode: 0644]
libiberty/pex-os2.c [new file with mode: 0644]
libiberty/pex-unix.c [new file with mode: 0644]
libiberty/pex-win32.c [new file with mode: 0644]
libiberty/pexecute.c [deleted file]
libiberty/pexecute.txh [new file with mode: 0644]