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

Diff for /OpenXM/rc/Makefile between version 1.30 and 1.32

version 1.30, 2019/09/30 06:11:05 version 1.32, 2020/08/25 15:29:21
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/Makefile,v 1.29 2019/09/30 02:42:57 takayama Exp $  # $OpenXM: OpenXM/rc/Makefile,v 1.31 2019/09/30 07:09:37 takayama Exp $
 # make install-under-prefix  [ prefix=/home/hoge ]  ; Default is /usr/local  # make install-under-prefix  [ prefix=/home/hoge ]  ; Default is /usr/local
 prefix=/usr/local  prefix=/usr/local
 CC=gcc  # CC=gcc
 # SHELL_SCRIPTS=asir sm1 oxgp k0 oxmath oxMathematica ox  # SHELL_SCRIPTS=asir sm1 oxgp k0 oxmath oxMathematica ox
 SHELL_SCRIPTS=asir asir2000 sm1 oxmath oxMathematica ox openxm webasir  SHELL_SCRIPTS=asir asir2000 sm1 oxmath oxMathematica ox openxm webasir
 SHELL_SCRIPTS_FREE= sm1 oxmath oxMathematica ox openxm webasir  SHELL_SCRIPTS_FREE= sm1 oxmath oxMathematica ox openxm webasir
Line 109  install-emacs-asir-on-mac: all-scripts
Line 109  install-emacs-asir-on-mac: all-scripts
   
 norc-fix:  norc-fix:
         pushd ../bin ; mv openxm openxm.orig ; sed -e 's/ASIR_CONFIG/#ASIR_CONFIG/g' openxm.orig >openxm ; chmod +x openxm ; popd          pushd ../bin ; mv openxm openxm.orig ; sed -e 's/ASIR_CONFIG/#ASIR_CONFIG/g' openxm.orig >openxm ; chmod +x openxm ; popd
           cp ../bin/openxm ~/bin
   
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.32

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