Преглед изворни кода

Removed verbose patch output.

svn:r8455
Andrew Lewman пре 17 година
родитељ
комит
c2e7e0374e
1 измењених фајлова са 0 додато и 43 уклоњено
  1. 0 43
      doc/tor-win32-mingw-creation.txt

+ 0 - 43
doc/tor-win32-mingw-creation.txt

@@ -7,7 +7,6 @@ Stage One:  Download and Install MinGW.
 Download mingw:
 http://prdownloads.sf.net/mingw/MinGW-5.0.3.exe?download
 
-
 Download msys:
 http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download
 
@@ -92,48 +91,6 @@ Copy the libevent-1.1b diff into libevent-1.1b:
 cp /c/tor-mingw/tor/Win32Build/mingw/libevent-1.1b-mingw-custom.diff /c/tor-mingw/libevent-1.1b/
 patch -i libevent-1.1b-mingw-custom.diff
 
-Your output of the "patch" command should be similar to:
-"patch -i libevent-1.1b-mingw-custom.diff 
-patching file `Makefile.am'
-can't find file to patch at input line 49
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|Only in libevent-1.1b: Makefile.in
-|diff -uwr libevent-1.1b-old/WIN32-Code/misc.c libevent-1.1b/WIN32-Code/misc.c
-|--- libevent-1.1b-old/WIN32-Code/misc.c        Wed Aug  9 21:01:14 2006
-|+++ libevent-1.1b/WIN32-Code/misc.c    Fri Sep  1 22:21:31 2006
---------------------------
-File to patch: WIN32-Code/misc.c
-patching file `WIN32-Code/misc.c'
-can't find file to patch at input line 65
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|diff -uwr libevent-1.1b-old/WIN32-Code/misc.h libevent-1.1b/WIN32-Code/misc.h
-|--- libevent-1.1b-old/WIN32-Code/misc.h        Wed Aug  9 21:01:14 2006
-|+++ libevent-1.1b/WIN32-Code/misc.h    Fri Sep  1 18:47:09 2006
---------------------------
-File to patch: WIN32-Code/misc.h
-patching file `WIN32-Code/misc.h'
-can't find file to patch at input line 78
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|diff -uwr libevent-1.1b-old/WIN32-Code/win32.c
-libevent-1.1b/WIN32-Code/win32.c
-|--- libevent-1.1b-old/WIN32-Code/win32.c       Wed Aug  9 21:25:48 2006
-|+++ libevent-1.1b/WIN32-Code/win32.c   Sat Sep  2 00:45:55 2006
---------------------------
-File to patch: WIN32-Code/win32.c
-patching file `WIN32-Code/win32.c'
-patching file `buffer.c'
-patching file `config.h.in'
-patching file `configure.in'
-patching file `evbuffer.c'
-patching file `event.c'
-patching file `log.c' "
-
 --This is a complete hack right now:
 remove from event.c and log.c:
 #ifdef __GNUC__