mhonarc-commits
[Top] [All Lists]

CVS: mhonarc Makefile,1.4,1.5

2002-05-23 15:30:06
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 majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV