Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3B3A5F4E.F227AB1A@nc.rr.com>
Date: Wed, 27 Jun 2001 18:33:50 -0400
From: Greg Smith <gsmith@nc.rr.com>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: "shouted down", "shot down", apologies
References: <03F4742D8225D21191EF00805FE62B9908E23ED9@aa-msg-01.medstat.com> <20010627164651.A24718@redhat.com> <VA.00000837.012fe3e4@thesoftwaresource.com> <3B3A59FD.FD9D5596@nc.rr.com> <3B3A5BB4.CFB6B26F@nc.rr.com> <3B3A5CD0.885D8F42@nc.rr.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Missed a command in step (2), let me try again

This is what I do, especially when I'm behind a firewall and
can't get out on the cvs port.

(1) I get the latest snapshot via ftp from a cygwin mirror site
    and put it in the \cygwin directory
(2) I bring up a cygwin window and do:
    cd /
    rm -Rf src
    rm -Rf obj
    mkdir src
    mkdir obj
    cd src
    tar jzvf ../cygwin-src-yyyymmdd.tar.bz2
(3) cd /obj
    /src/configure --prefix=/tmp/cygwin && make && make install
    and exit the cygwin window
(4) from a windows command prompt I then do
    copy \cygwin\tmp\cygwin\bin\* \cygwin\bin\*
(5) Fire up a new cygwin window and run `cygcheck -s' to verify
    the snapshot level and build date (which is near the bottom
    of the display).

If there are patches that I want, then I can usually save them
from an attachment in a cygwin or cygwin-patches post, usually
in my \cygwin directory.  Usually the patches hit src/winsup/cygwin.
So, before step (3) I do
    cd /src/winsup/cygwin
    patch < /whatever.patch

Greg

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

