scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh-0.6 Makefile.in,1.25,1.26

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh-0.6 Makefile.in,1.25,1.26
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Wed, 08 Aug 2001 04:54:06 -0700
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv16641

Modified Files:
        Makefile.in 
Log Message:
Removed remaining define-foreign. Network code is cig-less now.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** Makefile.in 2001/08/06 08:33:24     1.25
--- Makefile.in 2001/08/08 11:54:04     1.26
***************
*** 123,127 ****
        scsh/signals1.o \
        scsh/machine/libansi.o \
!       scsh/network.o scsh/network1.o \
        scsh/putenv.o \
        scsh/rx/re1.o \
--- 123,127 ----
        scsh/signals1.o \
        scsh/machine/libansi.o \
!       scsh/network1.o \
        scsh/putenv.o \
        scsh/rx/re1.o \
***************
*** 137,141 ****
  
  SCSH_INITIALIZERS = s48_init_syslog s48_init_userinfo s48_init_sighandlers \
!       s48_init_re_low s48_init_syscalls2
  
  UNIX_OBJS = c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o
--- 137,141 ----
  
  SCSH_INITIALIZERS = s48_init_syslog s48_init_userinfo s48_init_sighandlers \
!       s48_init_re_low s48_init_syscalls2 s48_init_network
  
  UNIX_OBJS = c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o
***************
*** 162,166 ****
  # Files generated by cig need their init functions called.
  
! CIGGEDINIT = s48_init_flock s48_init_network  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_flock s48_init_select \
        s48_init_syscalls s48_init_tty s48_init_time
  
***************
*** 225,232 ****
  scsh/dirstuff1.o: scsh/dirstuff1.h
  scsh/userinfo1.o: scsh/userinfo1.h
  
  scsh/fdports1.o         scsh/fdports.o:  scsh/fdports1.h
  scsh/flock1.o   scsh/flock.o:    scsh/flock1.h
- scsh/network1.o         scsh/network.o:  scsh/network1.h
  scsh/select1.o          scsh/select.o:   scsh/select1.h
  scsh/syscalls1.o  scsh/syscalls.o: scsh/syscalls1.h
--- 225,232 ----
  scsh/dirstuff1.o: scsh/dirstuff1.h
  scsh/userinfo1.o: scsh/userinfo1.h
+ scsh/network1o:         scsh/network1.h
  
  scsh/fdports1.o         scsh/fdports.o:  scsh/fdports1.h
  scsh/flock1.o   scsh/flock.o:    scsh/flock1.h
  scsh/select1.o          scsh/select.o:   scsh/select1.h
  scsh/syscalls1.o  scsh/syscalls.o: scsh/syscalls1.h
***************
*** 421,425 ****
  
  clean-scm2c:
!       rm -f scsh/flock.c  scsh/network.c \
        scsh/select.c scsh/syscalls.c scsh/tty.c scsh/time.c 
  
--- 421,425 ----
  
  clean-scm2c:
!       rm -f scsh/flock.c \
        scsh/select.c scsh/syscalls.c scsh/tty.c scsh/time.c 
  
***************
*** 789,793 ****
  scsh/flock.c:         scsh/flock.scm
  scsh/jcontrol2.c:     scsh/jcontrol2.scm
- scsh/network.c:               scsh/network.scm
  scsh/select.c:                scsh/select.scm
  scsh/syscalls.c:      scsh/syscalls.scm
--- 789,792 ----



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh-0.6 Makefile.in,1.25,1.26, Martin Gasbichler <=