From: Martin v. Löwis Date: Tue, 31 Jul 2001 08:47:55 +0000 (+0000) Subject: Remove obsolete entries from regen scripts. X-Git-Tag: v2.2a3~905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbe500e5d360ff9cf0615eb1d369b2f63a1700e2;p=thirdparty%2FPython%2Fcpython.git Remove obsolete entries from regen scripts. --- diff --git a/Lib/plat-aix3/regen b/Lib/plat-aix3/regen index 256e7d24667b..58deb202a302 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 94016627cc02..57a71c4ed414 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 aa1912f3d47c..c2d2f78b1d2e 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 8c81a5f294a6..8f7e15e70634 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 8c81a5f294a6..170f155d1e8d 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 5c502c28e559..8aa6898c6ac3 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 5c502c28e559..8aa6898c6ac3 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 f6305e7ee63d..a20cdc15182a 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 4c4ea5c161e7..c950a475ca6e 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 4c4ea5c161e7..c950a475ca6e 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 d8dbc04c1751..fa3d95aa92ac 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 d8dbc04c1751..fa3d95aa92ac 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 5c502c28e559..8aa6898c6ac3 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 3d6af9a5119e..68998a7a5cee 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