git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: timo@dspsrv.com
Cc: git@vger.kernel.org
Subject: Re: [PATCH] First cut of a Cygwin package creation target.
Date: Tue, 11 Oct 2005 15:48:51 -0700	[thread overview]
Message-ID: <7vd5mbsm98.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <23711.145.36.10.111.1129040793.squirrel@www.dspsrv.com> (Tim O. Callaghan's message of "Tue, 11 Oct 2005 15:26:33 +0100 (IST)")

"Tim O Callaghan" <timo@dspsrv.com> writes:

> applies-to: 2bab3caf63fc29f249c792289365abaf1cfa071b
> ba3be06048f361afc80baae30b00dd6e022386d0
> diff --git a/Makefile b/Makefile
> old mode 100644
> new mode 100755

Is the mode change relevant to cygwin port?

> index c31af7b..1a227ed
> --- a/Makefile
> +++ b/Makefile
> @@ -441,6 +441,26 @@ deb: dist
>         dpkg-source -b $(GIT_TARNAME)
>         cd $(GIT_TARNAME) && fakeroot debian/rules binary
>
> +unexport prefix
> +export prefix=/
> +export DESTDIR=/tmp/cygwin/usr
> +cygwinpackage: all
> ...

Are these environment-mucking supposed to be only effective
while you are running cygwinpackage target, or are you breaking
everybody else?  I cannot offhand tell because your patch does
not apply for me to try it out, after your MUA munged it.

      parent reply	other threads:[~2005-10-11 22:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-11 14:26 [PATCH] First cut of a Cygwin package creation target Tim O Callaghan
2005-10-11 14:39 ` Tim O Callaghan
2005-10-11 22:48 ` Junio C Hamano [this message]

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=7vd5mbsm98.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=timo@dspsrv.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 NNTP newsgroup(s).