Skip to content

Commit 3658f7b

Browse files
author
loewis
committedJul 31, 2001
Remove obsolete entries from regen scripts.
git-svn-id: http://svn.python.org/projects/python/trunk@22100 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 9515219 commit 3658f7b

File tree

14 files changed

+1
-40
lines changed

14 files changed

+1
-40
lines changed
 

‎Lib/plat-aix3/regen

-3
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

-3
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

-3
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

-3
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

+1-3
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

-3
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

-3
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

-3
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

-3
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

-3
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-linux1/regen

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ Linux*) ;;
55
exit 1;;
66
esac
77
set -v
8-
h2py /usr/include/sys/fcntl.h
9-
h2py /usr/include/sys/socket.h
108
h2py -i '(u_long)' /usr/include/netinet/in.h
11-
h2py /usr/include/termios.h

‎Lib/plat-linux2/regen

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ Linux*) ;;
55
exit 1;;
66
esac
77
set -v
8-
h2py /usr/include/sys/fcntl.h
9-
h2py /usr/include/sys/socket.h
108
h2py -i '(u_long)' /usr/include/netinet/in.h
11-
h2py /usr/include/termios.h

‎Lib/plat-netbsd1/regen

-3
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-unixware7/regen

-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ UnixWare*) ;;
55
exit 1;;
66
esac
77
set -v
8-
h2py /usr/include/sys/fcntl.h
98
h2py -i '(u_long)' /usr/include/netinet/in.h
109
h2py /usr/include/sys/stropts.h

0 commit comments

Comments
 (0)
Please sign in to comment.