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" <[EMAIL PROTECTED]> To: "Max Bowsher" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 10:34 AM Subject: RE: setup.exe (cinstall) bugfixes + minor new feature > -----Original Message----- > From: Max Bowsher [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 9:08 PM > To: [EMAIL PROTECTED] > 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/