summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-31 08:47:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-07-31 08:47:55 (GMT)
commitbbe500e5d360ff9cf0615eb1d369b2f63a1700e2 (patch)
tree762b2224838e87fb9591b3c6ace353655b816865
parent2ad2569c721c6179667a16d1a6f2df4f93606636 (diff)
downloadcpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.zip
cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.gz
cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.bz2
Remove obsolete entries from regen scripts.
-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 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