mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Sh script to recreage generic machdep subdirectory
This commit is contained in:
parent
3bb710d647
commit
be33c37fae
2 changed files with 12 additions and 0 deletions
6
Lib/generic/regen
Executable file
6
Lib/generic/regen
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /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
|
6
Lib/plat-generic/regen
Executable file
6
Lib/plat-generic/regen
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /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
|
Loading…
Add table
Add a link
Reference in a new issue