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