[Python-checkins] CVS: python/dist/src/Lib/plat-beos5 regen,NONE,1.1

Fred L. Drake python-dev@python.org
Fri, 6 Oct 2000 09:11:24 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-beos5
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5847

Added Files:
	regen 
Log Message:

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.


--- NEW FILE ---
#! /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