File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,19 @@ maint | master)
2525 G=/pub/software/scm/git &&
2626
2727 git checkout " $1 " &&
28- make rpm &&
28+ make rpm > ./:rpm.log 2>&1 &&
2929 make $J git &&
3030 V=$( ./git --version | sed -e ' s/git version //' ) &&
3131 $nodo ln git-$V .tar.gz $G /. &&
3232 D=` pwd` &&
3333 M=" git-man-pages-$V " &&
34- rm -rf " $M " &&
35- rm -f " $M " .tar.gz &&
36- make man1=" $D /$M /man1" man7=" $D /$M /man7" -C Documentation install &&
34+ H=" git-html-pages-$V " &&
35+ rm -rf " $M " " $H " &&
36+ make man1=" $D /$M /man1" man7=" $D /$M /man7" WEBDOC_DEST=" $D /$H " \
37+ -C Documentation install install-webdoc > ./:doc.log 2>&1 &&
3738 $nodo tar zcf " $G /$M " .tar.gz " $M " &&
38- rm -fr " $M " &&
39+ $nodo tar zcf " $G /$H " .tar.gz " $H " &&
40+ rm -fr " $M " " $H " ./:rpm.log ./:doc.log &&
3941 make clean &&
4042
4143 $nodo ln $HOME /rpms/RPMS/i386/git* -$V -* $G /RPMS/i386/. &&
You can’t perform that action at this time.
0 commit comments