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

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

version 1.29, 2019/09/30 02:42:57 version 1.30, 2019/09/30 06:11:05
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/Makefile,v 1.28 2019/03/27 05:00:19 noro Exp $  # $OpenXM: OpenXM/rc/Makefile,v 1.29 2019/09/30 02:42:57 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
Line 104  install-emacs-asir-on-mac: all-scripts
Line 104  install-emacs-asir-on-mac: all-scripts
                 echo "export PATH=~/bin:$$PATH" >>~/.bash_profile ; \                  echo "export PATH=~/bin:$$PATH" >>~/.bash_profile ; \
                 echo "~/bin is added to the path."; \                  echo "~/bin is added to the path."; \
         fi          fi
         ~/bin/openxm use-asir-mode.sh          ~/bin/openxm use-asir-mode.sh --local-yes
         @echo "Installation completed. Login again or do source ./dot.bashrc to start emacs/asir"          @echo "Installation completed. Login again or do source ./dot.bashrc to start emacs/asir"
   
   norc-fix:
           pushd ../bin ; mv openxm openxm.orig ; sed -e 's/ASIR_CONFIG/#ASIR_CONFIG/g' openxm.orig >openxm ; chmod +x openxm ; popd
   

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

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