aboutsummaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-31 08:47:55 +0000
committerMartin v. Löwis <martin@v.loewis.de>2001-07-31 08:47:55 +0000
commitbbe500e5d360ff9cf0615eb1d369b2f63a1700e2 (patch)
tree762b2224838e87fb9591b3c6ace353655b816865 /Lib
parentInitialize msg to avoid unbound locals. (diff)
downloadcpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.gz
cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.bz2
cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.zip
Remove obsolete entries from regen scripts.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/plat-aix3/regen3
-rwxr-xr-xLib/plat-aix4/regen3
-rwxr-xr-xLib/plat-beos5/regen3
-rwxr-xr-xLib/plat-freebsd2/regen3
-rwxr-xr-xLib/plat-freebsd3/regen4
-rw-r--r--Lib/plat-freebsd4/regen3
-rw-r--r--Lib/plat-freebsd5/regen3
-rwxr-xr-xLib/plat-generic/regen3
-rwxr-xr-xLib/plat-irix5/regen3
-rwxr-xr-xLib/plat-irix6/regen3
-rwxr-xr-xLib/plat-linux1/regen3
-rwxr-xr-xLib/plat-linux2/regen3
-rwxr-xr-xLib/plat-netbsd1/regen3
-rwxr-xr-xLib/plat-unixware7/regen1
14 files changed, 1 insertions, 40 deletions
diff --git a/Lib/plat-aix3/regen b/Lib/plat-aix3/regen
index 256e7d24667..58deb202a30 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 94016627cc0..57a71c4ed41 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 aa1912f3d47..c2d2f78b1d2 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 8c81a5f294a..8f7e15e7063 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 8c81a5f294a..170f155d1e8 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 5c502c28e55..8aa6898c6ac 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 5c502c28e55..8aa6898c6ac 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 f6305e7ee63..a20cdc15182 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 4c4ea5c161e..c950a475ca6 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 4c4ea5c161e..c950a475ca6 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 d8dbc04c175..fa3d95aa92a 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 d8dbc04c175..fa3d95aa92a 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 5c502c28e55..8aa6898c6ac 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 3d6af9a5119..68998a7a5ce 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