/[gcl]/gcl/cmpnew/makefile
ViewVC logotype

Diff of /gcl/cmpnew/makefile

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

revision 1.16 by camm, Tue Sep 10 03:35:14 2002 UTC revision 1.17 by camm, Mon Oct 28 00:51:11 2002 UTC
# Line 52  sys-proclaim.lisp: Line 52  sys-proclaim.lisp:
52    
53    
54  newfn:    newfn:  
55          make `echo $(OBJS) | sed -e 's:\.o:.fn:g'`          $(MAKE) `echo $(OBJS) | sed -e 's:\.o:.fn:g'`
56    
57    
58    
# Line 63  remake: Line 63  remake:
63          ln -s $(MAINDIR)/cmpnew/$$v.data . ; \          ln -s $(MAINDIR)/cmpnew/$$v.data . ; \
64          done          done
65          rm -f ../unixport/$(FLISP)          rm -f ../unixport/$(FLISP)
66          (cd .. ; make sources)          (cd .. ; $(MAKE) sources)
67          (cd .. ; make)          (cd .. ; $(MAKE))
68          (cd .. ; make)          (cd .. ; $(MAKE))
69    
70  clean:  clean:
71          rm -f *.o core a.out *.fn          rm -f *.o core a.out *.fn

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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