aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>2025-07-31 01:06:24 -0700
committerJohannes Sixt <j6t@kdbg.org>2025-07-31 18:42:54 +0200
commit8c02ecc6f66d6f0831485948555594bf1fff9763 (patch)
tree5164edeab864ff4827a836e3cfb6b37aac0bc8ac
parentMerge branch 'ml/abandon-old-versions' (diff)
downloadgit-8c02ecc6f66d6f0831485948555594bf1fff9763.tar.gz
git-8c02ecc6f66d6f0831485948555594bf1fff9763.zip
git-gui: remove uname_O in Makefile
Last used in ae49066 (git gui Makefile - remove Cygwin modifications, 2023-06-26), and unused since. Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com> Signed-off-by: Johannes Sixt <j6t@kdbg.org>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 315888f302..a87dc06587 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@ GIT-VERSION-FILE: FORCE
@$(SHELL_PATH) ./GIT-VERSION-GEN . $@
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
-uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not')
uname_R := $(shell sh -c 'uname -r 2>/dev/null || echo not')
SCRIPT_SH = git-gui.sh