/[gcl]/gcl/comp/makefile
ViewVC logotype

Diff of /gcl/comp/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 Oct 28 00:51:11 2002 UTC
# Line 23  tar: Line 23  tar:
23          (cd .. ; tar cvf - ${TFILES} src/sobjs src/*.c src/*.el newh/*.el src/makefile comp/*.lsp comp/*.doc newh/*.h newh/makefile  | gzip -c > ${HOME}/`date '+acl-%y%m%d'`.tar.z)          (cd .. ; tar cvf - ${TFILES} src/sobjs src/*.c src/*.el newh/*.el src/makefile comp/*.lsp comp/*.doc newh/*.h newh/makefile  | gzip -c > ${HOME}/`date '+acl-%y%m%d'`.tar.z)
24    
25  all-tests:  all-tests:
26          make          $(MAKE)
27          - make tests test1          - $(MAKE) tests test1
28          - (cd /u11/wfs/nqthm1 ; rm *.o ; make "LISP=nacl")          - (cd /u11/wfs/nqthm1 ; rm *.o ; $(MAKE) "LISP=nacl")
29          - (cd /u11/wfs/gabriel ; make "LISP=nacl")          - (cd /u11/wfs/gabriel ; $(MAKE) "LISP=nacl")
30    
31  tests2:  tests2:
32          make          $(MAKE)
33          - make tests test1          - $(MAKE) tests test1
34          - (cd /u11/wfs/nqthm1 ; rm *.o ; make "LISP=nacl")          - (cd /u11/wfs/nqthm1 ; rm *.o ; $(MAKE) "LISP=nacl")
35    
36    
37  -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