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

Diff for /OpenXM/rc/Makefile between version 1.11 and 1.12

version 1.11, 2000/03/05 06:54:00 version 1.12, 2000/03/06 08:08:11
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/Makefile,v 1.10 2000/03/04 11:03:36 takayama Exp $  # $OpenXM: OpenXM/rc/Makefile,v 1.11 2000/03/05 06:54:00 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 36  openxm : dot.cshrc
Line 36  openxm : dot.cshrc
         ./gen-shell-scripts          ./gen-shell-scripts
         touch .done_gen-shell-scripts          touch .done_gen-shell-scripts
   
 install : all  install : all
         cp -f $(SHELL_SCRIPTS) ${INSTALL_DIR}          cp -f $(SHELL_SCRIPTS) ${INSTALL_DIR}
   
 install.man :  install.man :

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

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