-
- Downloads
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
Showing
- libiberty/ChangeLog 21 additions, 0 deletionslibiberty/ChangeLog
- libiberty/Makefile.in 16 additions, 5 deletionslibiberty/Makefile.in
- libiberty/configure 29 additions, 30 deletionslibiberty/configure
- libiberty/configure.in 12 additions, 1 deletionlibiberty/configure.in
- libiberty/functions.texi 18 additions, 15 deletionslibiberty/functions.texi
- libiberty/pex-common.h 42 additions, 0 deletionslibiberty/pex-common.h
- libiberty/pex-cygwin.c 132 additions, 0 deletionslibiberty/pex-cygwin.c
- libiberty/pex-djgpp.c 103 additions, 0 deletionslibiberty/pex-djgpp.c
- libiberty/pex-mpw.c 161 additions, 0 deletionslibiberty/pex-mpw.c
- libiberty/pex-msdos.c 147 additions, 0 deletionslibiberty/pex-msdos.c
- libiberty/pex-os2.c 72 additions, 0 deletionslibiberty/pex-os2.c
- libiberty/pex-unix.c 166 additions, 0 deletionslibiberty/pex-unix.c
- libiberty/pex-win32.c 243 additions, 0 deletionslibiberty/pex-win32.c
- libiberty/pexecute.txh 63 additions, 0 deletionslibiberty/pexecute.txh
Loading
Please register or sign in to comment