[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Windows

Diff for /OpenXM/misc/packages/Windows/Makefile between version 1.8 and 1.9

version 1.8, 2001/12/28 09:54:47 version 1.9, 2001/12/29 02:49:25
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.7 2001/12/28 03:24:35 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.8 2001/12/28 09:54:47 takayama Exp $
 OpenXM_TOP=../../../../OpenXM  OpenXM_TOP=../../../../OpenXM
 STARTEXE=c:/windows/command/start.exe  STARTEXE=c:/windows/command/start.exe
 WINASIR=c:/home/asir  WINASIR=c:/home/asir
Line 16  copy-binary:
Line 16  copy-binary:
           (cd OpenXM-win ; \            (cd OpenXM-win ; \
            (cd ../${OpenXM_TOP}; tar czf - bin lib rc man src/asir-contrib) | tar xzvf -  ; \             (cd ../${OpenXM_TOP}; tar czf - bin lib rc man src/asir-contrib) | tar xzvf -  ; \
           ) ; \            ) ; \
              cp readme-ja.html OpenXM-win ; \
            touch .copy-binary-done ; \             touch .copy-binary-done ; \
         fi          fi
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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