Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv9651
Modified Files:
Makefile.in
Log Message:
+ Decigged syscalls, sleep
+ Modified operations that work on file descriptors to allocate appropriate
buffered ports.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** Makefile.in 2001/08/09 13:53:17 1.28
--- Makefile.in 2001/09/07 16:05:31 1.29
***************
*** 119,123 ****
scsh/fdports1.o \
scsh/flock1.o \
- scsh/machine/stdio_dep.o \
scsh/machine/time_dep1.o \
scsh/signals1.o \
--- 119,122 ----
***************
*** 128,135 ****
scsh/select.o scsh/select1.o \
scsh/sleep1.o \
! scsh/syscalls.o scsh/syscalls1.o \
scsh/syslog1.o \
! scsh/time.o scsh/time1.o \
! scsh/tty.o scsh/tty1.o \
scsh/userinfo1.o \
scsh/sighandlers1.o
--- 127,134 ----
scsh/select.o scsh/select1.o \
scsh/sleep1.o \
! scsh/syscalls1.o \
scsh/syslog1.o \
! scsh/time1.o \
! scsh/tty1.o \
scsh/userinfo1.o \
scsh/sighandlers1.o
***************
*** 137,141 ****
SCSH_INITIALIZERS = s48_init_syslog s48_init_posix_regexp \
s48_init_userinfo s48_init_sighandlers \
! s48_init_syscalls2 s48_init_network s48_init_flock
UNIX_OBJS = c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o
--- 136,141 ----
SCSH_INITIALIZERS = s48_init_syslog s48_init_posix_regexp \
s48_init_userinfo s48_init_sighandlers \
! s48_init_syscalls s48_init_network s48_init_flock \
! s48_init_dirstuff s48_init_time s48_init_tty
UNIX_OBJS = c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o
***************
*** 162,167 ****
# Files generated by cig need their init functions called.
! CIGGEDINIT = s48_init_select \
! s48_init_syscalls s48_init_tty s48_init_time
# --------------------
--- 162,166 ----
# Files generated by cig need their init functions called.
! CIGGEDINIT = s48_init_select
# --------------------
***************
*** 230,242 ****
scsh/fdports1.o scsh/fdports.o: scsh/fdports1.h
scsh/select1.o scsh/select.o: scsh/select1.h
- scsh/syscalls1.o scsh/syscalls.o: scsh/syscalls1.h
- scsh/time1.o scsh/time.o: scsh/time1.h
- scsh/tty1.o scsh/tty.o: scsh/tty1.h
scsh/rx/regexp1.o: c/scheme48.h
- scsh/syscalls.o: scsh/syscalls1.h scsh/dirstuff1.h scsh/fdports1.h \
- scsh/select1.h scsh/userinfo1.h
-
scsh/sighandlers1.o: scsh/sighandlers1.h
--- 229,235 ----
***************
*** 418,422 ****
clean-scm2c:
! rm -f scsh/select.c scsh/syscalls.c scsh/tty.c scsh/time.c
distclean: clean
--- 411,415 ----
clean-scm2c:
! rm -f scsh/select.c
distclean: clean
***************
*** 787,793 ****
scsh/jcontrol2.c: scsh/jcontrol2.scm
scsh/select.c: scsh/select.scm
- scsh/syscalls.c: scsh/syscalls.scm
- scsh/tty.c: scsh/tty.scm
- scsh/time.c: scsh/time.scm
scsh/scsh: scsh/scsh-tramp.c
--- 780,783 ----
|