public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Max Bowsher" <maxb@ukf.net>
To: <cygwin@cygwin.com>
Subject: Re: setup.exe (cinstall) bugfixes + minor new feature
Date: Mon, 04 Mar 2002 03:32:00 -0000	[thread overview]
Message-ID: <00a301c1c370$3064a420$d1228d09@wdg.uk.ibm.com> (raw)
In-Reply-To: <FC169E059D1A0442A04C40F86D9BA76008AB05@itdomain003.itdomain.net.au>

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.collins@itdomain.com.au>
To: "Max Bowsher" <maxb@ukf.net>; <cygwin@cygwin.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@ukf.net]
> Sent: Monday, March 04, 2002 9:08 PM
> To: cygwin@cygwin.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/

  reply	other threads:[~2002-03-04 11:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-04  2:34 Robert Collins
2002-03-04  3:32 ` Max Bowsher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-04 13:11 Robert Collins
2002-03-04  5:29 Robert Collins
2002-03-04  8:18 ` Max Bowsher
2002-03-04  2:32 Robert Collins
2002-03-04  5:01 ` Max Bowsher
2002-03-04  2:08 Max Bowsher
2002-03-03 13:15 Robert Collins
2002-03-03 10:01 Max Bowsher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='00a301c1c370$3064a420$d1228d09@wdg.uk.ibm.com' \
    --to=maxb@ukf.net \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).