Skip to content

Commit

Permalink
Delete some windows-related code.
Browse files Browse the repository at this point in the history
This patch only removes the most obvious pieces of windows code.
There is certainly more windows-related code remaining.

Signed-off-by: Ken Raffenetti <[email protected]>
  • Loading branch information
pavanbalaji committed Jan 31, 2014
1 parent ea817af commit ba3badf
Show file tree
Hide file tree
Showing 209 changed files with 12 additions and 128,581 deletions.
56 changes: 0 additions & 56 deletions COPYRIGHT.rtf

This file was deleted.

1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ install-pdf-local:
if [ ! -e ${DESTDIR}${docdir} ] ; then $(MKDIR_P) ${DESTDIR}${docdir} ; fi
if [ -s $(srcdir)/doc/userguide/user.pdf ] ; then $(INSTALL_DATA) $(srcdir)/doc/userguide/user.pdf ${DESTDIR}${docdir}/user.pdf ; fi
if [ -s $(srcdir)/doc/installguide/install.pdf ] ; then $(INSTALL_DATA) $(srcdir)/doc/installguide/install.pdf ${DESTDIR}${docdir}/install.pdf ; fi
if [ -s $(srcdir)/doc/smpd/smpd_pmi.pdf ] ; then $(INSTALL_DATA) $(srcdir)/doc/smpd/smpd_pmi.pdf ${DESTDIR}${docdir}/smpd_pmi.pdf ; fi
if [ -s $(srcdir)/doc/logging/logging.pdf ] ; then $(INSTALL_DATA) $(srcdir)/doc/logging/logging.pdf ${DESTDIR}${docdir}/logging.pdf ; fi

include $(top_srcdir)/doc/Makefile.mk
Expand Down
7 changes: 0 additions & 7 deletions README.vin
Original file line number Diff line number Diff line change
Expand Up @@ -570,13 +570,6 @@ mpich-%VERSION%/src/pm/mpd/README has more information about
interactive commands for managing the ring of MPDs. The MPD process
manager is now deprecated.

smpd
----
SMPD is a process manager for interoperability between Microsoft
Windows and UNIX, where some processes are running on Windows and
others are running on a variant of UNIX. For more information, please
see mpich-%VERSION%/src/pm/smpd/README.

gforker
-------
gforker is a process manager that creates processes on a single
Expand Down
Loading

0 comments on commit ba3badf

Please sign in to comment.