=================================================================== RCS file: /home/cvs/OpenXM/src/gc/Attic/Makefile-ports,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- OpenXM/src/gc/Attic/Makefile-ports 2003/11/10 11:42:59 1.1 +++ OpenXM/src/gc/Attic/Makefile-ports 2003/11/14 03:04:29 1.5 @@ -1,4 +1,4 @@ -# $OpenXM$ +# $OpenXM: OpenXM/src/gc/Makefile-ports,v 1.4 2003/11/14 03:00:12 ohara Exp $ OpenXM_HOME=../.. PREFIX=${OpenXM_HOME} DISTDIR=${OpenXM_HOME}/../OpenXM_dist @@ -10,18 +10,10 @@ DISTFILES=gc6.2.tar.gz all : build install : post-install -pre-fetch: - -@if test ! -f .pre-fetch_done ; \ - then \ - mkdir ${DISTDIR} ; \ - fi - @touch .pre-fetch_done - - -fetch: pre-fetch +fetch: @if test ! -f .fetch_done ; \ then \ - (cd ${DISTDIR}; wget --passive-ftp ftp://$(MASTER_CITES)/pub/OpenXM/misc/$(DISTFILES)) ; \ + ${OpenXM_HOME}/bin/oxfetch.sh ftp://${MASTER_CITES}/pub/OpenXM/misc/${DISTFILES} ${DISTDIR}; \ fi @touch .fetch_done @@ -51,8 +43,8 @@ post-install: build @touch .post-install_done clean: - $(RM) work .*_done + $(RM) .*_done -(cd work/gc6.2 ; make clean) distclean: - $(RM) work .*_done + $(RM) .*_done ./.use_ports -(cd work/gc6.2 ; make distclean)