[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.10 and 1.11

version 1.10, 2000/03/10 14:57:51 version 1.11, 2000/03/11 02:01:42
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.9 2000/03/10 14:21:45 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.10 2000/03/10 14:57:51 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 170  shared-tar-ball : tar-ball-01
Line 170  shared-tar-ball : tar-ball-01
   
 clean-work :  clean-work :
         /bin/rm -rf .*_done *~          /bin/rm -rf .*_done *~
         /bin/rm -rf work          /bin/rm -rf work work-fake
   
 clean-for-make:  clean-for-make:
         (cd ${WORK} ; make distclean)          (cd ${WORK} ; make distclean)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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