mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Remove obsolete entries from regen scripts.
This commit is contained in:
parent
2ad2569c72
commit
bbe500e5d3
14 changed files with 1 additions and 40 deletions
|
|
@ -5,7 +5,4 @@ case `uname -sv` in
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py.py /usr/include/fcntl.h
|
||||
h2py.py /usr/include/sys/socket.h
|
||||
h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py.py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -5,7 +5,4 @@ case `uname -sv` in
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py.py /usr/include/fcntl.h
|
||||
h2py.py /usr/include/sys/socket.h
|
||||
h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py.py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -4,7 +4,4 @@ H2PY=../../Tools/scripts/h2py.py
|
|||
HEADERS=/boot/develop/headers
|
||||
|
||||
set -v
|
||||
python $H2PY $HEADERS/posix/fcntl.h
|
||||
python $H2PY $HEADERS/be/net/socket.h
|
||||
python $H2PY -i '(u_long)' $HEADERS/be/net/netinet/in.h
|
||||
python $H2PY $HEADERS/posix/termios.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/termios.h
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ case `uname -sr` in
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/file.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/sys/termios.h
|
||||
h2py /usr/include/errno.h
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ case `uname -sr` in
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/file.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/sys/termios.h
|
||||
h2py /usr/include/errno.h
|
||||
|
|
|
|||
|
|
@ -5,7 +5,4 @@ Linux*) ;;
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -5,7 +5,4 @@ Linux*) ;;
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
|
|
|
|||
|
|
@ -5,6 +5,5 @@ UnixWare*) ;;
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/sys/stropts.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue