]> granicus.if.org Git - python/commitdiff
Remove obsolete entries from regen scripts.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 31 Jul 2001 08:47:55 +0000 (08:47 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 31 Jul 2001 08:47:55 +0000 (08:47 +0000)
14 files changed:
Lib/plat-aix3/regen
Lib/plat-aix4/regen
Lib/plat-beos5/regen
Lib/plat-freebsd2/regen
Lib/plat-freebsd3/regen
Lib/plat-freebsd4/regen
Lib/plat-freebsd5/regen
Lib/plat-generic/regen
Lib/plat-irix5/regen
Lib/plat-irix6/regen
Lib/plat-linux1/regen
Lib/plat-linux2/regen
Lib/plat-netbsd1/regen
Lib/plat-unixware7/regen

index 256e7d24667bf9e43499775c372383fbdadde8ff..58deb202a302663cddeb39d586a992fb4ec6466c 100755 (executable)
@@ -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
index 94016627cc021f8519db53f76f6b94b7e095d8d1..57a71c4ed414e3b2ad48500a359092c48ed0b699 100755 (executable)
@@ -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
index aa1912f3d47c24cee5342827f35dd6073f8e7687..c2d2f78b1d2e6f01c06adf4b6223c4280c762d2c 100755 (executable)
@@ -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
index 8c81a5f294a66d5611f84c373502c2ea37340741..8f7e15e70634fd8ee21e99b653680e036b069608 100755 (executable)
@@ -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
index 8c81a5f294a66d5611f84c373502c2ea37340741..170f155d1e8d658daa38cd083327a8aa68d82597 100755 (executable)
@@ -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
+
index 5c502c28e559cddd8ed8489def411aa5050dd5af..8aa6898c6ac3706db0ae79e8d3db5191d5f10fbb 100644 (file)
@@ -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
index 5c502c28e559cddd8ed8489def411aa5050dd5af..8aa6898c6ac3706db0ae79e8d3db5191d5f10fbb 100644 (file)
@@ -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
index f6305e7ee63d30f077449881866f6cda1c215c02..a20cdc15182a33661447f5c543bfce5a9ef08606 100755 (executable)
@@ -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
index 4c4ea5c161e7811c34ec3222d4f2b899db7c9725..c950a475ca6ec827378f666cd513b0676742e3dc 100755 (executable)
@@ -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
index 4c4ea5c161e7811c34ec3222d4f2b899db7c9725..c950a475ca6ec827378f666cd513b0676742e3dc 100755 (executable)
@@ -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
index d8dbc04c1751e31e1055db1bb54790f7da6759f0..fa3d95aa92ac016e522da3f14bdc58b00542eb57 100755 (executable)
@@ -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
index d8dbc04c1751e31e1055db1bb54790f7da6759f0..fa3d95aa92ac016e522da3f14bdc58b00542eb57 100755 (executable)
@@ -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
index 5c502c28e559cddd8ed8489def411aa5050dd5af..8aa6898c6ac3706db0ae79e8d3db5191d5f10fbb 100755 (executable)
@@ -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
index 3d6af9a5119e8861a2459701eaa9c99e4cb7c27c..68998a7a5cee2eb2f3ea27e7244a1c3d7c4b1688 100755 (executable)
@@ -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