From: Fred Drake Date: Fri, 6 Oct 2000 16:11:21 +0000 (+0000) Subject: Donn Cave : X-Git-Tag: v2.0c1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02776adab84476b40f091a6c11356b68ef9938e0;p=python Donn Cave : Script to regenerate platform-specific modules of constants. [I moved common paths to variables for easier reading by humans. -- FLD] This closes SourceForge patch #101781. --- diff --git a/Lib/plat-beos5/regen b/Lib/plat-beos5/regen new file mode 100755 index 0000000000..aa1912f3d4 --- /dev/null +++ b/Lib/plat-beos5/regen @@ -0,0 +1,10 @@ +#! /bin/sh + +H2PY=../../Tools/scripts/h2py.py +HEADERS=/boot/develop/headers + +set -v +python $H2PY $HEADERS/posix/fcntl.h +python $H2PY $HEADERS/be/net/socket.h +python $H2PY -i '(u_long)' $HEADERS/be/net/netinet/in.h +python $H2PY $HEADERS/posix/termios.h