]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Do no regenerate modules that should no longer be here.
authorFred Drake <fdrake@acm.org>
Thu, 10 May 2001 15:52:47 +0000 (15:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 May 2001 15:52:47 +0000 (15:52 +0000)
Lib/plat-next3/regen
Lib/plat-sunos4/regen
Lib/plat-sunos5/regen

index fe4f4b51123320031f5322a9c39c50b6096eb499..7a036135a33aa36b737a6e74170d097ffdf4dba0 100755 (executable)
@@ -3,9 +3,4 @@ set -v
 INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
 export INCLUDE
 
-python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
-echo "Adding O_NDELAY and O_SYNC"
-echo "O_NDELAY = FNDELAY" >> FCNTL.py
-echo "O_SYNC = FSYNC" >> FCNTL.py
-python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
 python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h
index 8b52d741bf5c67b270c2962f2e01d6160ee560a3..e44f2386caa25bf2e44572902abe4d2ee89a8b3b 100755 (executable)
@@ -5,8 +5,5 @@ case `uname -sr` in
        exit 1;;
 esac
 set -v
-h2py </usr/include/sys/fcntlcom.h >FCNTL.py
-echo "O_ACCMODE = (O_RDONLY|O_WRONLY|O_RDWR)" >>FCNTL.py
-h2py /usr/include/sys/socket.h
 h2py /usr/include/sys/wait.h
 h2py -i '(u_long)' /usr/include/netinet/in.h
index faedc4713fea814c2127c0c3a95d38986edcacb4..3c8310ef1543a685c9d8d7ddce096795a6e4d855 100755 (executable)
@@ -5,8 +5,5 @@ case `uname -sr` in
        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
 h2py /usr/include/sys/stropts.h