From bbe500e5d360ff9cf0615eb1d369b2f63a1700e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 31 Jul 2001 08:47:55 +0000 Subject: Remove obsolete entries from regen scripts. --- Lib/plat-aix3/regen | 3 --- Lib/plat-aix4/regen | 3 --- Lib/plat-beos5/regen | 3 --- Lib/plat-freebsd2/regen | 3 --- Lib/plat-freebsd3/regen | 4 +--- Lib/plat-freebsd4/regen | 3 --- Lib/plat-freebsd5/regen | 3 --- Lib/plat-generic/regen | 3 --- Lib/plat-irix5/regen | 3 --- Lib/plat-irix6/regen | 3 --- Lib/plat-linux1/regen | 3 --- Lib/plat-linux2/regen | 3 --- Lib/plat-netbsd1/regen | 3 --- Lib/plat-unixware7/regen | 1 - 14 files changed, 1 insertion(+), 40 deletions(-) diff --git a/Lib/plat-aix3/regen b/Lib/plat-aix3/regen index 256e7d2..58deb20 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 94016627..57a71c4 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 aa1912f..c2d2f78 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 8c81a5f..8f7e15e 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 8c81a5f..170f155 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 5c502c2..8aa6898 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 5c502c2..8aa6898 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 f6305e7..a20cdc1 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 4c4ea5c..c950a47 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 4c4ea5c..c950a47 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 d8dbc04..fa3d95a 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 d8dbc04..fa3d95a 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 5c502c2..8aa6898 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 3d6af9a..68998a7 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 -- cgit v0.12