Sh script to recreage generic machdep subdirectory
This commit is contained in:
parent
3bb710d647
commit
be33c37fae
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…
x
Reference in New Issue
Block a user