]> granicus.if.org Git - python/commitdiff
Sh script to recreage generic machdep subdirectory
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:36:42 +0000 (16:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:36:42 +0000 (16:36 +0000)
Lib/generic/regen [new file with mode: 0755]
Lib/plat-generic/regen [new file with mode: 0755]

diff --git a/Lib/generic/regen b/Lib/generic/regen
new file mode 100755 (executable)
index 0000000..8c81a5f
--- /dev/null
@@ -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
diff --git a/Lib/plat-generic/regen b/Lib/plat-generic/regen
new file mode 100755 (executable)
index 0000000..8c81a5f
--- /dev/null
@@ -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