Update of /cvsroot/mhonarc/mhonarc
In directory subversions:/tmp/cvs-serv12329

Modified Files:
        Makefile 
Log Message:
* Modified deploy-bundles target to create symlinks to bundles
  on mhonarc.org instead of creating duplicate copies.


Index: Makefile
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile    9 May 2002 05:26:46 -0000       1.4
--- Makefile    23 May 2002 22:08:00 -0000      1.5
***************
*** 14,19 ****
  
  deploy-bundles:
!       cp $(REL_DIR)/tar/MHonArc$(REL_VER).* \
!         /home/users/mhonarc.org/htdocs/tar
        (cd /home/users/mhonarc.org/htdocs; \
            tar zxf tar/MHonArc$(REL_VER).tar.gz; \
--- 14,21 ----
  
  deploy-bundles:
!       (cd /home/users/mhonarc.org/htdocs/tar; \
!        for i in ../release/MHonArc/tar/MHonArc$(REL_VER).* ; do \
!           ln -s $$i ; \
!        done )
        (cd /home/users/mhonarc.org/htdocs; \
            tar zxf tar/MHonArc$(REL_VER).tar.gz; \

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to