[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / rc

Diff for /OpenXM/rc/Makefile between version 1.21 and 1.22

version 1.21, 2004/03/01 03:10:26 version 1.22, 2004/06/14 11:03:52
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/Makefile,v 1.20 2004/02/26 09:54:27 takayama Exp $  # $OpenXM: OpenXM/rc/Makefile,v 1.21 2004/03/01 03:10:26 takayama Exp $
 # make repl  # make repl
 # make all  # make all
 # make install  [ PREFIX=/home/hoge ]  ; Default is /usr/local  # make install  [ PREFIX=/home/hoge ]  ; Default is /usr/local
Line 24  dot.cshrc : cshrc repl
Line 24  dot.cshrc : cshrc repl
   
 repl : repl.c  repl : repl.c
         rm -f repl          rm -f repl
         ${CC} -static -o ../bin/rc.repl repl.c          ${CC} -o ../bin/rc.repl repl.c
         ln -s ../bin/rc.repl repl          ln -s ../bin/rc.repl repl
   
 openxm : dot.bashrc  openxm : dot.bashrc

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>