Sh script to recreage generic machdep subdirectory

This commit is contained in:
Guido van Rossum 1996-07-30 16:36:42 +00:00
parent 3bb710d647
commit be33c37fae
2 changed files with 12 additions and 0 deletions

6
Lib/generic/regen Executable file
View 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
View 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