1

朋友们,

我从 sunfreeware.com 下载了 git 及其依赖包。Git安装成功并且可以正常工作。我正在尝试通过网络进行配置。但是当我通过 sunfreeware 软件包安装时,似乎没有安装 gitweb。

或者我从 git clone http://www.kernel.org/pub/scm/git/git.git下载了 git 源

但是当我尝试编译得到错误消息时。我怀疑编译是否需要任何依赖软件。

错误:

root@shark /tmp/git #make make:阅读器中出现致命错误:Makefile,第 308 行:看到意外的行尾

Makefile 中的实际行:

GIT-VERSION-FILE: FORCE
    @$(SHELL_PATH) ./GIT-VERSION-GEN
-include GIT-VERSION-FILE

uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
uname_M := $(shell sh -c 'uname -m 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')
uname_P := $(shell sh -c 'uname -p 2>/dev/null || echo not')
uname_V := $(shell sh -c 'uname -v 2>/dev/null || echo not')

请帮我安装 gitweb 或 source install

谢谢巴拉

4

0 回答 0