File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ G=/pub/software/scm/git &&
66HERE=$( git symbolic-ref HEAD) || exit 1
77THIS=$( git describe HEAD)
88
9+ d='
10+ MAN_BASE_URL="http://www.kernel.org/pub/software/scm/git/docs/"
11+ ASCIIDOC_NO_ROFF=YesPlease
12+ ASCIIDOC8=YesPlease
13+ BLK_SHA1=YesPlease
14+ GNU_ROFF=YesPlease'
15+
916rm -f version
1017case ` hostname` in
1118hera.kernel.org)
@@ -25,7 +32,7 @@ esac &&
2532echo " * Building $THIS " &&
2633make $J git > ./:all.log 2>&1 &&
2734V=` ./git --version | sed -e ' s/git version //' ` &&
28- make rpm >> ./:all.log 2>&1 &&
35+ make $d rpm >> ./:all.log 2>&1 &&
2936case " $narch " in
3037' ' )
3138 # This is not the primary build machine.
@@ -47,7 +54,7 @@ case "$narch" in
4754 esac
4855 exit $status ;;
4956* )
50- make dist-doc >> ./:all.log 2>&1 &&
57+ make $d dist-doc >> ./:all.log 2>&1 &&
5158 ln -f git-$V .tar.gz $G /. &&
5259 ln -f git-htmldocs-$V .tar.gz git-manpages-$V .tar.gz $G /.
5360 ;;
You can’t perform that action at this time.
0 commit comments