This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Release 1.3.10 and then merge daemon code


Charles Wilson wrote:

>                 === winsup Summary ===
> 
> # of expected passes            217
> # of expected failures          21
> 
> Binary file 
> /usr/src/kernel/obj/i686-pc-cygwin/winsup/testsuite/../cygwin/new-cygwin1.dll 
> matches
> 
> CYGWIN=binmode tty ntsec nosmbntsec codepage:oem 
> error_start:d:/cygwin/bin/dumper.exe
> 
> runtest completed at Wed Feb 13 01:32:41 2002

FWIW, I had to apply the following Makefile patch in order to install 
into a empty inst dir.  Without it, certain directories are not created 
before 'make install' tries to install files into them.

Mostly under winsup, but one in libiberty...not sure where that patch 
should go.  I tried to follow the "pattern" of the surrounding module: 
if other (working) Makefile.in's used $(mkinstalldir) then I did too; if 
they just put a 'mkdir -p' into the install: rule, then that's what I did.

--Chuck

Attachment: cygwin.patch.gz
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]