Re: building cygwin package
Stephen Leake <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
Stephen Leake <[email protected]> writes: > I've pulled from Lapo's repository, and I'm trying to build a cygwin > package for 1.0dev. > > ... > > The second problem is with cygport. it trundles along until it gets > mostly done building mtn.exe, then hangs, with Windows Task Manager > reporting that 'make.exe' is using one full CPU. Fixed this one; it was trying to do 'make -j3' (parallel make). Overriding MAKEOPTS in ~/.cygport.conf fixed it. There are only two files for the cygwin package; I'll put them in monotone/cygport, and edit INSTALL_windows_cygwin.txt to point there. -- -- Stephe