]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-gui: remove uname_O in Makefile
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Thu, 31 Jul 2025 08:06:24 +0000 (01:06 -0700)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 31 Jul 2025 16:42:54 +0000 (18:42 +0200)
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>
Makefile

index 315888f302b050657959ee27426d4d2277f42977..a87dc0658749f80993f3b1ded8c8cec07842c7d9 100644 (file)
--- 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