[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep / package

Diff for /OpenXM/src/cfep/package/Makefile between version 1.12 and 1.13

version 1.12, 2009/02/22 17:30:03 version 1.13, 2010/06/09 03:05:59
Line 43  clean:
Line 43  clean:
 dist-cfep: gentar install  dist-cfep: gentar install
         rm -rf work          rm -rf work
         mkdir work          mkdir work
           -cp install.txt work
         (cd work ; (cd ${OpenXM_HOME}/.. ; \          (cd work ; (cd ${OpenXM_HOME}/.. ; \
                   tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \                    tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \
                     OpenXM/bin/ox OpenXM/bin/ox_asir OpenXM/bin/asir \                      OpenXM/bin/ox OpenXM/bin/ox_asir OpenXM/bin/asir \

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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