Kaydet (Commit) bbe500e5 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Remove obsolete entries from regen scripts.

üst 2ad2569c
......@@ -5,7 +5,4 @@ case `uname -sv` in
exit 1;;
esac
set -v
h2py.py /usr/include/fcntl.h
h2py.py /usr/include/sys/socket.h
h2py.py -i '(u_long)' /usr/include/netinet/in.h
h2py.py /usr/include/termios.h
......@@ -5,7 +5,4 @@ case `uname -sv` in
exit 1;;
esac
set -v
h2py.py /usr/include/fcntl.h
h2py.py /usr/include/sys/socket.h
h2py.py -i '(u_long)' /usr/include/netinet/in.h
h2py.py /usr/include/termios.h
......@@ -4,7 +4,4 @@ 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
#! /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
#! /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
#! /bin/sh
set -v
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
#! /bin/sh
set -v
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
#! /bin/sh
set -v
python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h
......@@ -5,9 +5,6 @@ case `uname -sr` in
exit 1;;
esac
set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/file.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/termios.h
h2py /usr/include/errno.h
......@@ -5,9 +5,6 @@ case `uname -sr` in
exit 1;;
esac
set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/file.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/termios.h
h2py /usr/include/errno.h
......@@ -5,7 +5,4 @@ Linux*) ;;
exit 1;;
esac
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
......@@ -5,7 +5,4 @@ Linux*) ;;
exit 1;;
esac
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
#! /bin/sh
set -v
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
......@@ -5,6 +5,5 @@ UnixWare*) ;;
exit 1;;
esac
set -v
h2py /usr/include/sys/fcntl.h
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/stropts.h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment