/[gcl]/gcl/ansi-tests/makefile
ViewVC logotype

Diff of /gcl/ansi-tests/makefile

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

revision 1.22 by pfdietz, Sat Apr 23 14:14:41 2005 UTC revision 1.23 by pfdietz, Tue May 31 13:39:05 2005 UTC
# Line 5  Line 5 
5  # LISP=abcl  # LISP=abcl
6  # LISP=ecl  # LISP=ecl
7    
8    MAKE=make
9    
10  test:  test:
11          @rm -rf scratch          @rm -rf scratch
12          cat doit.lsp | $(LISP) | tee test.out          cat doit.lsp | $(LISP) | tee test.out
# Line 54  rt_1000_8: Line 56  rt_1000_8:
56    
57  clean:  clean:
58          @rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#          @rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
59            @(cd beyond-ansi; $(MAKE) clean)
60          @rm -rf scratch/ scratch.txt          @rm -rf scratch/ scratch.txt
61          @rm -f foo.txt foo.lsp foo.dat          @rm -f foo.txt foo.lsp foo.dat
62          @rm -f tmp.txt tmp.dat tmp2.dat temp.dat          @rm -f tmp.txt tmp.dat tmp2.dat temp.dat

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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