To link git-shell.exe is becoming a nightmare with the recent Makefile
changes. I'm thinking about removing it. Would that be a mistake?

-- Hannes

-- snip --
From a9589c5c1a8a681a51d40dacf6749bc689530d8c Mon Sep 17 00:00:00 2001
From: Johannes Sixt <[EMAIL PROTECTED]>
Date: Sun, 20 Jul 2008 22:33:25 +0200
Subject: [PATCH] Do not compile git-shell on Windows.

Signed-off-by: Johannes Sixt <[EMAIL PROTECTED]>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index eee2e71..e6319fc 100644
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,6 @@ PROGRAMS += git-pack-redundant$X
 PROGRAMS += git-patch-id$X
 PROGRAMS += git-receive-pack$X
 PROGRAMS += git-send-pack$X
-PROGRAMS += git-shell$X
 PROGRAMS += git-show-index$X
 PROGRAMS += git-unpack-file$X
 PROGRAMS += git-update-server-info$X
@@ -811,6 +810,7 @@ EXTLIBS += -lz
 ifndef NO_POSIX_ONLY_PROGRAMS
        PROGRAMS += git-daemon$X
        PROGRAMS += git-imap-send$X
+       PROGRAMS += git-shell$X
 endif
 ifndef NO_OPENSSL
        OPENSSL_LIBSSL = -lssl
-- 
1.5.6.4.447.gfdb9

Reply via email to