[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.4 and 1.5

version 1.4, 2000/03/06 03:07:19 version 1.5, 2000/03/06 08:22:37
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.3 2000/03/05 06:11:56 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.4 2000/03/06 03:07:19 takayama Exp $
 # This is a Makefile to generate source and binary distributions of  # This is a Makefile to generate source and binary distributions of
 # the OpenXM package on various plathomes.  # the OpenXM package on various plathomes.
   
Line 43  fetch :
Line 43  fetch :
   
 make-tar-ball: fetch  make-tar-ball: fetch
         (cd work/OpenXM/src ; make generate-source-distribution)          (cd work/OpenXM/src ; make generate-source-distribution)
         (cd work ; tar czvf OpenXM-source.tgz OpenXM OpenXM_Contrib OpenXM_contrib2 )          (cd work ; tar czvf OpenXM-source.tgz OpenXM OpenXM_contrib OpenXM_contrib2 )
   
 make-tar-ball-01: fetch  make-tar-ball-01: fetch
         @if [ ! -f ./.make-tar-ball-01_done ]; then \          @if [ ! -f ./.make-tar-ball-01_done ]; then \

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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