diff options
-rwxr-xr-x | Lib/plat-aix3/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-aix4/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-beos5/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-freebsd2/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-freebsd3/regen | 4 | ||||
-rw-r--r-- | Lib/plat-freebsd4/regen | 3 | ||||
-rw-r--r-- | Lib/plat-freebsd5/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-generic/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-irix5/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-irix6/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-linux1/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-linux2/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-netbsd1/regen | 3 | ||||
-rwxr-xr-x | Lib/plat-unixware7/regen | 1 |
14 files changed, 1 insertions, 40 deletions
diff --git a/Lib/plat-aix3/regen b/Lib/plat-aix3/regen index 256e7d2466..58deb202a3 100755 --- a/Lib/plat-aix3/regen +++ b/Lib/plat-aix3/regen @@ -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 diff --git a/Lib/plat-aix4/regen b/Lib/plat-aix4/regen index 94016627cc..57a71c4ed4 100755 --- a/Lib/plat-aix4/regen +++ b/Lib/plat-aix4/regen @@ -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 diff --git a/Lib/plat-beos5/regen b/Lib/plat-beos5/regen index aa1912f3d4..c2d2f78b1d 100755 --- a/Lib/plat-beos5/regen +++ b/Lib/plat-beos5/regen @@ -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 diff --git a/Lib/plat-freebsd2/regen b/Lib/plat-freebsd2/regen index 8c81a5f294..8f7e15e706 100755 --- a/Lib/plat-freebsd2/regen +++ b/Lib/plat-freebsd2/regen @@ -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 diff --git a/Lib/plat-freebsd3/regen b/Lib/plat-freebsd3/regen index 8c81a5f294..170f155d1e 100755 --- a/Lib/plat-freebsd3/regen +++ b/Lib/plat-freebsd3/regen @@ -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 + diff --git a/Lib/plat-freebsd4/regen b/Lib/plat-freebsd4/regen index 5c502c28e5..8aa6898c6a 100644 --- a/Lib/plat-freebsd4/regen +++ b/Lib/plat-freebsd4/regen @@ -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 diff --git a/Lib/plat-freebsd5/regen b/Lib/plat-freebsd5/regen index 5c502c28e5..8aa6898c6a 100644 --- a/Lib/plat-freebsd5/regen +++ b/Lib/plat-freebsd5/regen @@ -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 diff --git a/Lib/plat-generic/regen b/Lib/plat-generic/regen index f6305e7ee6..a20cdc1518 100755 --- a/Lib/plat-generic/regen +++ b/Lib/plat-generic/regen @@ -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 diff --git a/Lib/plat-irix5/regen b/Lib/plat-irix5/regen index 4c4ea5c161..c950a475ca 100755 --- a/Lib/plat-irix5/regen +++ b/Lib/plat-irix5/regen @@ -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 diff --git a/Lib/plat-irix6/regen b/Lib/plat-irix6/regen index 4c4ea5c161..c950a475ca 100755 --- a/Lib/plat-irix6/regen +++ b/Lib/plat-irix6/regen @@ -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 diff --git a/Lib/plat-linux1/regen b/Lib/plat-linux1/regen index d8dbc04c17..fa3d95aa92 100755 --- a/Lib/plat-linux1/regen +++ b/Lib/plat-linux1/regen @@ -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 diff --git a/Lib/plat-linux2/regen b/Lib/plat-linux2/regen index d8dbc04c17..fa3d95aa92 100755 --- a/Lib/plat-linux2/regen +++ b/Lib/plat-linux2/regen @@ -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 diff --git a/Lib/plat-netbsd1/regen b/Lib/plat-netbsd1/regen index 5c502c28e5..8aa6898c6a 100755 --- a/Lib/plat-netbsd1/regen +++ b/Lib/plat-netbsd1/regen @@ -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 diff --git a/Lib/plat-unixware7/regen b/Lib/plat-unixware7/regen index 3d6af9a511..68998a7a5c 100755 --- a/Lib/plat-unixware7/regen +++ b/Lib/plat-unixware7/regen @@ -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 |