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

Diff for /OpenXM/misc/packages/Generic/openxm/Makefile between version 1.22 and 1.23

version 1.22, 2004/02/22 09:17:11 version 1.23, 2004/02/23 00:09:30
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.21 2003/02/22 06:32:02 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.22 2004/02/22 09:17:11 takayama Exp $
 # The FIRST part is a Makefile FOR COMMITTERS: it is used  # The FIRST part is a Makefile FOR COMMITTERS: it is used
 # to generate source and binary distributions of  # to generate source and binary distributions of
 # the OpenXM package on various operating systems.  # the OpenXM package on various operating systems.
Line 20  RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/usr
Line 20  RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/usr
 ## Configurations.  ## Configurations.
 ## OpenXM Version Number.  ## OpenXM Version Number.
 PREFIX=/usr/local  PREFIX=/usr/local
 VERSION=1.2.1  VERSION=head
 TAG=HEAD  TAG=HEAD
 FTP_AREA=/export/home01/ftp/pub/OpenXM/${VERSION}  FTP_AREA=/export/home01/ftp/pub/OpenXM/${VERSION}
   
Line 173  build-ftp-area:
Line 173  build-ftp-area:
 tar-ball: fetch build-tar-work  tar-ball: fetch build-tar-work
         @if [ ! -f ./.tar-ball_done ]; then \          @if [ ! -f ./.tar-ball_done ]; then \
                 cp Makefile ${WORK}/Makefile ; \                  cp Makefile ${WORK}/Makefile ; \
                 (cd ${WORK}/OpenXM/src ; make generate-source-distribution) ; \  
                 (cd work ; tar czvf ${TAR_WORK}/openxm-${VERSION}.tar.gz openxm-${VERSION}) ; \                  (cd work ; tar czvf ${TAR_WORK}/openxm-${VERSION}.tar.gz openxm-${VERSION}) ; \
         fi          fi
         touch ./.tar-ball_done          touch ./.tar-ball_done

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

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