Donn Cave <donn@u.washington.edu>:

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.
This commit is contained in:
Fred Drake 2000-10-06 16:11:21 +00:00
parent b59c4603f0
commit 02776adab8
1 changed files with 10 additions and 0 deletions

10
Lib/plat-beos5/regen Executable file
View File

@ -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