Skip to content

Commit bfb930f

Browse files
author
Junio C Hamano
committed
DoKernelOrg: make sure to remove leftover version file
Signed-off-by: Junio C Hamano <junio@hera.kernel.org>
1 parent 950a229 commit bfb930f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DoKernelOrg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ make clean >/dev/null 2>&1 &&
1515
git reset --hard &&
1616
make clean >/dev/null 2>&1 &&
1717
git checkout master &&
18-
git pull . origin &&
1918
make clean >/dev/null 2>&1 &&
2019

2120
case "$1" in
@@ -42,6 +41,7 @@ case "$1" in
4241
;;
4342

4443
maint | maint-* | master)
44+
rm -f version
4545
case `hostname` in
4646
hera.kernel.org)
4747
narch='x86_64 i386'

Make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ do
4949
o=-Wold-style-definition ;;
5050
esac
5151
O="$O -Werror $o -std=c99 -Wno-pointer-to-int-cast"
52-
O="$O -fwrapv -fno-strict-overflow"
52+
# O="$O -fwrapv -fno-strict-overflow"
5353
;;
5454
--)
5555
shift

0 commit comments

Comments
 (0)