scsh-checkins
[Top] [All Lists]

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

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh-0.6 Makefile.in,1.26,1.27
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Wed, 08 Aug 2001 05:52:39 -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-serv4716

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


Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** Makefile.in 2001/08/08 11:54:04     1.26
--- Makefile.in 2001/08/08 12:52:37     1.27
***************
*** 118,122 ****
        scsh/dirstuff1.o \
        scsh/fdports1.o \
!       scsh/flock.o scsh/flock1.o \
        scsh/machine/stdio_dep.o \
        scsh/machine/time_dep1.o \
--- 118,122 ----
        scsh/dirstuff1.o \
        scsh/fdports1.o \
!       scsh/flock1.o \
        scsh/machine/stdio_dep.o \
        scsh/machine/time_dep1.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
--- 137,141 ----
  
  SCSH_INITIALIZERS = s48_init_syslog s48_init_userinfo s48_init_sighandlers \
!       s48_init_re_low 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
***************
*** 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
  
--- 162,166 ----
  # Files generated by cig need their init functions called.
  
! CIGGEDINIT = s48_init_select \
        s48_init_syscalls s48_init_tty s48_init_time
  
***************
*** 226,232 ****
  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
--- 226,232 ----
  scsh/userinfo1.o: scsh/userinfo1.h
  scsh/network1o:         scsh/network1.h
+ scsh/flock1.o:           scsh/flock1.h
  
  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
***************
*** 421,426 ****
  
  clean-scm2c:
!       rm -f scsh/flock.c \
!       scsh/select.c scsh/syscalls.c scsh/tty.c scsh/time.c 
  
  distclean: clean
--- 421,425 ----
  
  clean-scm2c:
!       rm -f scsh/select.c scsh/syscalls.c scsh/tty.c scsh/time.c 
  
  distclean: clean
***************
*** 787,791 ****
  ############################################################
  cig/libcig.c:         cig/libcig.scm
- scsh/flock.c:         scsh/flock.scm
  scsh/jcontrol2.c:     scsh/jcontrol2.scm
  scsh/select.c:                scsh/select.scm
--- 786,789 ----



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