mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
regen for Next
This commit is contained in:
parent
7ffa7617c7
commit
fe58e3e22c
11
Lib/next3/regen
Executable file
11
Lib/next3/regen
Executable file
@ -0,0 +1,11 @@
|
||||
#! /bin/sh
|
||||
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
|
11
Lib/plat-next3/regen
Executable file
11
Lib/plat-next3/regen
Executable file
@ -0,0 +1,11 @@
|
||||
#! /bin/sh
|
||||
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
|
Loading…
Reference in New Issue
Block a user