delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2001/06/30/15:32:43

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-developers-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com
Date: Sat, 30 Jun 2001 15:33:29 -0400
From: Christopher Faylor <cgf AT redhat DOT com>
To: cygwin-developers AT sources DOT redhat DOT com
Subject: Re: Sample setup.ini
Message-ID: <20010630153329.A16134@redhat.com>
Reply-To: cygwin-developers AT cygwin DOT com
Mail-Followup-To: cygwin-developers AT sources DOT redhat DOT com
References: <000201c1014a$19cf53b0$6464648a AT ca DOT boeing DOT com> <04c901c10160$4005e1a0$806410ac AT local> <20010630120243 DOT D12695 AT redhat DOT com>
Mime-Version: 1.0
User-Agent: Mutt/1.3.11i
In-Reply-To: <20010630120243.D12695@redhat.com>; from cgf@redhat.com on Sat, Jun 30, 2001 at 12:02:43PM -0400

On Sat, Jun 30, 2001 at 12:02:43PM -0400, Christopher Faylor wrote:
>On Sat, Jun 30, 2001 at 10:29:03PM +1000, Robert Collins wrote:
>>It's easy enough to release a setup.exe built with partial as the default
>>list display and CATEGORY disabled - only three lines need changing.
>>
>>That way I don't think a separate branch needs maintaining.
>
>I branched setup.exe before Robert's changes.  This version understands
>the new keywords.  I don't think it is ready for prime time yet, though.

Ok.  I made some more changes to scan2 so that tar files that exist on disk
but not in setup.ini will go in the "right" place.  It tries to do what
Michael and the FIXME recommended.

If you check out the pre_category branch, you'll get a version of setup.exe
before Robert's category changes.  The way I usually do this is:

  cd winsup
  rsync -a cinstall/ precinstall
  cd precinstall
  cvs update -rpre_category

This allows cvs to go to the minimal amount of effort necessary to get the
branch since it doesn't check out files that haven't changed.

You'll have to play some configury tricks to get this built.  I usually just
do this (untested):

  cd /build/i686-pc-cygwin/winsup
  rsync -a cinstall/ precinstall
  cd precinstall
  perl -pi.bak 's%/cinstall%/precinstall%g' `find . -name config.status`
  ./config.status --recheck; ./config.status
  cd zlib; ./config.status --recheck; ./config.status
  cd ..; make clean all

If this version of setup.exe checks out ok, I'll put it on sources.redhat.com
ASAP.  Shortly thereafter, I'll update setup.ini with category and dependency
info, after posting a sample here.

cgf

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019