Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Thu, 13 Apr 2000 01:22:29 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: More setup changes Message-ID: <20000413012229.A11346@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin-developers AT sourceware DOT cygnus DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i I have modified setup to always try to set the write bit on the files that it extracts. To do this, I had to monitor tar's output so I took the opportunity to build a list of files on the fly rather than reading this from a file. I also start up cygpath in the background so that it can be used as a "filename translation engine". cygpath can now accept filenames on its stdin, spitting out translated filenames to stdout. The end result is that I think that setup is quite a bit faster now. The creation of the uninstall bat file is fast enough that it doesn't make sense to track its progress. setup's log file is now serves no function other than to monitor the files that have been extracted. If there are error messages, I write them to both the log file and to stderr. Corinna, I would be interested in hearing if this version of setup works better for you. cgf