scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh-0.6 Makefile.in,1.17,1.18

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh-0.6 Makefile.in,1.17,1.18
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Mon, 02 Apr 2001 08:11:41 -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-serv7142

Modified Files:
        Makefile.in 
Log Message:
Expanded cool substitution directives by hand to admit BSD-style make, too.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** Makefile.in 2001/03/23 10:52:08     1.17
--- Makefile.in 2001/04/02 15:11:38     1.18
***************
*** 153,160 ****
  #JMG no notify at the moment... .notify
  
! # Files generated by cig
! CIGGED = flock network  select syscalls tty time
! CIGGEDOBJ = $(patsubst %,scsh/%.o, $(CIGGED))
! CIGGEDINIT = $(patsubst %,s48_init_%, $(CIGGED))
  
  # --------------------
--- 153,160 ----
  #JMG no notify at the moment... .notify
  
! # 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
  
  # --------------------



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