scsh-checkins
[Top] [All Lists]

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

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh-0.6 Makefile.in,1.16,1.17
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Fri, 23 Mar 2001 02:52:11 -0800
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-serv24090

Modified Files:
        Makefile.in 
Log Message:
Rest of Olins merge for SRFI-13 and 14.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** Makefile.in 2001/01/11 13:43:22     1.16
--- Makefile.in 2001/03/23 10:52:08     1.17
***************
*** 82,88 ****
  # LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE)
  
! # therefor according to 2.
! LINKER_VM = $(RUNNABLE) $(BIG_HEAP)
! LINKER_RUNNABLE = $(RUNNABLE)
  
  LINKER_IMAGE = build/linker.image
--- 82,88 ----
  # LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE)
  
! # therefor according to 2 but canot use scsh since -i is not understood
! LINKER_VM = scheme48 $(BIG_HEAP)
! LINKER_RUNNABLE = scheme48
  
  LINKER_IMAGE = build/linker.image
***************
*** 383,387 ****
        echo                    >>$@ &&                                 \
        echo "lib=`pwd`"        >>$@ &&                                 \
!       echo 'exec $$lib/$(VM) -o $$lib/$(VM) -i $$lib/scsh/$(IMAGE) "$$@"'     
\
                                >>$@ &&                                 \
        chmod +x $@
--- 383,387 ----
        echo                    >>$@ &&                                 \
        echo "lib=`pwd`"        >>$@ &&                                 \
!       echo 'exec $$lib/$(VM) -o $$lib/$(VM) -i $$lib/scsh/scsh.image "$$@"'   
\
                                >>$@ &&                                 \
        chmod +x $@
***************
*** 767,770 ****
--- 767,771 ----
        scsh/scsh.scm \
        scsh/select.scm \
+       scsh/sighandlers.scm \
        scsh/startup.scm \
        scsh/stringcoll.scm \
***************
*** 799,812 ****
        scsh/scsh-tramp.c
  
- loads = $(srcdir)/scsh/let-opt.scm $(srcdir)/scsh/scsh-interfaces.scm \
-          $(srcdir)/scsh/machine/packages.scm \
-        $(srcdir)/scsh/rx/packages.scm \
-        $(srcdir)/scsh/rx/cond-package.scm \
-        $(srcdir)/scsh/scsh-package.scm \
-        $(srcdir)/scsh/lib/string-pack.scm \
-        $(srcdir)/scsh/lib/list-pack.scm \
-        $(srcdir)/scsh/lib/ccp-pack.scm
- 
- 
  bs:    build/build-scsh-image
        sh $(srcdir)/build/build-scsh-image "$(srcdir)" "$(LIB)" "$(IMAGE)" \
--- 800,803 ----
***************
*** 818,824 ****
         $(srcdir)/scsh/rx/cond-package.scm \
         $(srcdir)/scsh/scsh-package.scm \
!        $(srcdir)/scsh/lib/string-pack.scm \
         $(srcdir)/scsh/lib/list-pack.scm \
!        $(srcdir)/scsh/lib/ccp-pack.scm
  
  scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
--- 809,819 ----
         $(srcdir)/scsh/rx/cond-package.scm \
         $(srcdir)/scsh/scsh-package.scm \
!        $(srcdir)/scsh/lib/cset-package.scm \
!        $(srcdir)/scsh/lib/string-package.scm \
         $(srcdir)/scsh/lib/list-pack.scm \
!        $(srcdir)/scsh/lib/ccp-pack.scm \
!        $(srcdir)/scsh/lib/char-package.scm \
!          $(srcdir)/scsh/lib/cset-obsolete.scm
! 
  
  scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
***************
*** 829,833 ****
         echo ",load $(loads)"; \
         echo ",load-package scsh"; \
-        echo ",load-package events"; \
         echo ",load-package scsh-here-string-hax"; \
         echo ",translate =scheme48/ $(LIB)/"; \
--- 824,827 ----



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