Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbe500e

Browse files
committed
Remove obsolete entries from regen scripts.
1 parent 2ad2569 commit bbe500e

14 files changed

Lines changed: 1 addition & 40 deletions

File tree

Lib/plat-aix3/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ case `uname -sv` in
55
exit 1;;
66
esac
77
set -v
8-
h2py.py /usr/include/fcntl.h
9-
h2py.py /usr/include/sys/socket.h
108
h2py.py -i '(u_long)' /usr/include/netinet/in.h
11-
h2py.py /usr/include/termios.h

Lib/plat-aix4/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ case `uname -sv` in
55
exit 1;;
66
esac
77
set -v
8-
h2py.py /usr/include/fcntl.h
9-
h2py.py /usr/include/sys/socket.h
108
h2py.py -i '(u_long)' /usr/include/netinet/in.h
11-
h2py.py /usr/include/termios.h

Lib/plat-beos5/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ H2PY=../../Tools/scripts/h2py.py
44
HEADERS=/boot/develop/headers
55

66
set -v
7-
python $H2PY $HEADERS/posix/fcntl.h
8-
python $H2PY $HEADERS/be/net/socket.h
97
python $H2PY -i '(u_long)' $HEADERS/be/net/netinet/in.h
10-
python $H2PY $HEADERS/posix/termios.h

Lib/plat-freebsd2/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
#! /bin/sh
22
set -v
3-
h2py /usr/include/sys/fcntl.h
4-
h2py /usr/include/sys/socket.h
53
h2py -i '(u_long)' /usr/include/netinet/in.h
6-
h2py /usr/include/termios.h

Lib/plat-freebsd3/regen

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#! /bin/sh
22
set -v
3-
h2py /usr/include/sys/fcntl.h
4-
h2py /usr/include/sys/socket.h
53
h2py -i '(u_long)' /usr/include/netinet/in.h
6-
h2py /usr/include/termios.h
4+

Lib/plat-freebsd4/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
#! /bin/sh
22
set -v
3-
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
4-
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
53
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
6-
python ../../Tools/scripts/h2py.py /usr/include/termios.h

Lib/plat-freebsd5/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
#! /bin/sh
22
set -v
3-
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
4-
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
53
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
6-
python ../../Tools/scripts/h2py.py /usr/include/termios.h

Lib/plat-generic/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
#! /bin/sh
22
set -v
3-
python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
4-
python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
53
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
6-
python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h

Lib/plat-irix5/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ case `uname -sr` in
55
exit 1;;
66
esac
77
set -v
8-
h2py /usr/include/sys/fcntl.h
98
h2py /usr/include/sys/file.h
10-
h2py /usr/include/sys/socket.h
119
h2py -i '(u_long)' /usr/include/netinet/in.h
12-
h2py /usr/include/sys/termios.h
1310
h2py /usr/include/errno.h

Lib/plat-irix6/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ case `uname -sr` in
55
exit 1;;
66
esac
77
set -v
8-
h2py /usr/include/sys/fcntl.h
98
h2py /usr/include/sys/file.h
10-
h2py /usr/include/sys/socket.h
119
h2py -i '(u_long)' /usr/include/netinet/in.h
12-
h2py /usr/include/sys/termios.h
1310
h2py /usr/include/errno.h

0 commit comments

Comments
 (0)