Commit b6d2a001 authored by Martin v. Löwis's avatar Martin v. Löwis

Remove obsolete entries from regen scripts.

parent 6dbf9c10
...@@ -5,7 +5,4 @@ case `uname -sv` in ...@@ -5,7 +5,4 @@ case `uname -sv` in
exit 1;; exit 1;;
esac esac
set -v 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 -i '(u_long)' /usr/include/netinet/in.h
h2py.py /usr/include/termios.h
...@@ -5,7 +5,4 @@ case `uname -sv` in ...@@ -5,7 +5,4 @@ case `uname -sv` in
exit 1;; exit 1;;
esac esac
set -v 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 -i '(u_long)' /usr/include/netinet/in.h
h2py.py /usr/include/termios.h
...@@ -4,7 +4,4 @@ H2PY=../../Tools/scripts/h2py.py ...@@ -4,7 +4,4 @@ H2PY=../../Tools/scripts/h2py.py
HEADERS=/boot/develop/headers HEADERS=/boot/develop/headers
set -v 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 -i '(u_long)' $HEADERS/be/net/netinet/in.h
python $H2PY $HEADERS/posix/termios.h
#! /bin/sh #! /bin/sh
set -v set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/termios.h
#! /bin/sh #! /bin/sh
set -v set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/termios.h
#! /bin/sh #! /bin/sh
set -v 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 -i '(u_long)' /usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
#! /bin/sh #! /bin/sh
set -v 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 -i '(u_long)' /usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
#! /bin/sh #! /bin/sh
set -v 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 -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 ...@@ -5,9 +5,6 @@ case `uname -sr` in
exit 1;; exit 1;;
esac esac
set -v set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/file.h h2py /usr/include/sys/file.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/termios.h
h2py /usr/include/errno.h h2py /usr/include/errno.h
...@@ -5,9 +5,6 @@ case `uname -sr` in ...@@ -5,9 +5,6 @@ case `uname -sr` in
exit 1;; exit 1;;
esac esac
set -v set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/file.h h2py /usr/include/sys/file.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/termios.h
h2py /usr/include/errno.h h2py /usr/include/errno.h
...@@ -5,7 +5,4 @@ Linux*) ;; ...@@ -5,7 +5,4 @@ Linux*) ;;
exit 1;; exit 1;;
esac esac
set -v set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/termios.h
...@@ -5,7 +5,4 @@ Linux*) ;; ...@@ -5,7 +5,4 @@ Linux*) ;;
exit 1;; exit 1;;
esac esac
set -v set -v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/termios.h
#! /bin/sh #! /bin/sh
set -v 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 -i '(u_long)' /usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
...@@ -5,6 +5,5 @@ UnixWare*) ;; ...@@ -5,6 +5,5 @@ UnixWare*) ;;
exit 1;; exit 1;;
esac esac
set -v set -v
h2py /usr/include/sys/fcntl.h
h2py -i '(u_long)' /usr/include/netinet/in.h h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/stropts.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