Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be33c37

Browse files
committed
Sh script to recreage generic machdep subdirectory
1 parent 3bb710d commit be33c37

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lib/generic/regen

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /bin/sh
2+
set -v
3+
h2py /usr/include/sys/fcntl.h
4+
h2py /usr/include/sys/socket.h
5+
h2py -i '(u_long)' /usr/include/netinet/in.h
6+
h2py /usr/include/termios.h

Lib/plat-generic/regen

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /bin/sh
2+
set -v
3+
h2py /usr/include/sys/fcntl.h
4+
h2py /usr/include/sys/socket.h
5+
h2py -i '(u_long)' /usr/include/netinet/in.h
6+
h2py /usr/include/termios.h

0 commit comments

Comments
 (0)