delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <00a301c1c370$3064a420$d1228d09@wdg.uk.ibm.com> |
From: | "Max Bowsher" <maxb AT ukf DOT net> |
To: | <cygwin AT cygwin DOT com> |
References: | <FC169E059D1A0442A04C40F86D9BA76008AB05 AT itdomain003 DOT itdomain DOT net DOT au> |
Subject: | Re: setup.exe (cinstall) bugfixes + minor new feature |
Date: | Mon, 4 Mar 2002 11:31:55 -0000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 6.00.2600.0000 |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
X-OriginalArrivalTime: | 04 Mar 2002 11:31:55.0874 (UTC) FILETIME=[3064A420:01C1C370] |
Umm... weird. the snapshot binary has no bug, yet the one I compiled from current CVS does. Can I have broken my build environment that badly? Here's what I do update from cvs run this script <<EOS #!/usr/bin/bash echo Generating changes... diff -mru -X patch-excludes src/ src-work/ 1>prevwork.patch echo Removing src-work... rm -rf src-work echo Copying out src-work... # non-recursive mkdir src-work cp src/* src-work cp -r src/winsup src-work echo Patching src-work... cd src-work patch -p1 -i ../committed.patch [ "$1" == "c" ] && patch -p1 -i ../currwork.patch [ "$1" == "p" ] && patch -p1 -i ../prevwork.patch echo Tweaking... mv winsup/bz2lib/Makefile winsup/bz2lib/Makefile-from-CVS cp ../do-build.sh winsup echo Done! EOS run ./configure, then make, in w32api, then bz2lib, then cinstall Max. ----- Original Message ----- From: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au> To: "Max Bowsher" <maxb AT ukf DOT net>; <cygwin AT cygwin DOT com> Sent: Monday, March 04, 2002 10:34 AM Subject: RE: setup.exe (cinstall) bugfixes + minor new feature > -----Original Message----- > From: Max Bowsher [mailto:maxb AT ukf DOT net] > Sent: Monday, March 04, 2002 9:08 PM > To: cygwin AT cygwin DOT com > Subject: Re: setup.exe (cinstall) bugfixes + minor new feature > > > I did notice that setup-20020225.exe does not have the > shortcut creation bug - do you have some fixes which haven't > made it to CVS yet? No, its all checked in. Rob -- 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/ -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |