/[gcl]/gcl/clcs/makefile
ViewVC logotype

Diff of /gcl/clcs/makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by camm, Fri Jun 7 02:57:28 2002 UTC revision 1.13 by camm, Mon Jun 17 04:44:30 2002 UTC
# Line 1  Line 1 
1    
2  LISP=../unixport/saved_gcl  #LISP=../pcl/saved_gcl_pcl
3    
4  compile: ${LISP}  compile: ${LISP}
5          echo '(jamei-load-lcs :compile)' | ${LISP}          echo '(load "package.lisp")(load "loading.lisp")(jamie-load-clcs :compile)' | ${LISP}
6    
7    saved_full_gcl: ${LISP}
8            echo '(load "package.lisp")(load "loading.lisp")(jamie-load-clcs :compiled)(system::save-system "saved_full_gcl")' | ${LISP}
9    
10    clean:
11            rm -f *.o *.fn saved_full_gcl
12    
13  -include ../makedefs  -include ../makedefs

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26