Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv6194
Modified Files:
Makefile.in
Log Message:
Don't build with select for now.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** Makefile.in 2001/09/07 16:05:31 1.29
--- Makefile.in 2001/09/12 14:02:09 1.30
***************
*** 125,129 ****
scsh/putenv.o \
scsh/rx/regexp1.o \
- scsh/select.o scsh/select1.o \
scsh/sleep1.o \
scsh/syscalls1.o \
--- 125,128 ----
***************
*** 160,167 ****
enough: $(VM) $(IMAGE) go $(LIBCIG) scsh $(LIBSCSH) $(LIBSCSHVM)
- # Files generated by cig need their init functions called.
-
- CIGGEDINIT = s48_init_select
-
# --------------------
# External code to include in the VM
--- 159,162 ----
***************
*** 173,177 ****
$(LOOKUP_INITIALIZERS)
\
$(SCSH_INITIALIZERS)
\
! s48_init_cig $(CIGGEDINIT)
--- 168,172 ----
$(LOOKUP_INITIALIZERS)
\
$(SCSH_INITIALIZERS)
\
! s48_init_cig
***************
*** 228,232 ****
scsh/fdports1.o scsh/fdports.o: scsh/fdports1.h
! scsh/select1.o scsh/select.o: scsh/select1.h
scsh/rx/regexp1.o: c/scheme48.h
--- 223,227 ----
scsh/fdports1.o scsh/fdports.o: scsh/fdports1.h
! #scsh/select1.o scsh/select.o: scsh/select1.h
scsh/rx/regexp1.o: c/scheme48.h
***************
*** 411,415 ****
clean-scm2c:
! rm -f scsh/select.c
distclean: clean
--- 406,410 ----
clean-scm2c:
! rm -f #scsh/select.c
distclean: clean
***************
*** 758,762 ****
scsh/scsh-version.scm \
scsh/scsh.scm \
- scsh/select.scm \
scsh/sighandlers.scm \
scsh/startup.scm \
--- 753,756 ----
***************
*** 778,783 ****
############################################################
cig/libcig.c: cig/libcig.scm
! scsh/jcontrol2.c: scsh/jcontrol2.scm
! scsh/select.c: scsh/select.scm
scsh/scsh: scsh/scsh-tramp.c
--- 772,776 ----
############################################################
cig/libcig.c: cig/libcig.scm
! #scsh/select.c: scsh/select.scm
scsh/scsh: scsh/scsh-tramp.c
|