summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-21 16:25:04 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-21 16:25:04 +0000
commit9930ebab370a913858572f855ac2341db1054feb (patch)
tree4458eb348847382d85c9c65cba0873b0f635f328 /Makefile
parent1b7a49748c559f82bd3d4516900f44d03b718c44 (diff)
Added target
gmake cvsupdate which explicitly updates Cactus, thus avoiding the problems we see for example on the origin, where the update won't recurse into thorns from different repositories. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1894 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef86f0d9..e6fe125a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.98 2000-09-17 09:46:58 allen Exp $
+# @version $Id: Makefile,v 1.99 2000-11-21 16:25:04 allen Exp $
# @@*/
##################################################################################
@@ -325,6 +325,7 @@ endif
@echo " version in CVS repository."
@echo " cvsstatus - reports on status of Cactus when installed"
@echo " from CVS."
+ @echo " cvsupdate - update flesh and arrangements from CVS"
@echo " default - creates a new configuration with "
@echo " a default name."
@echo " distclean - deletes all existing configurations."
@@ -798,6 +799,10 @@ cvsstatus:
$(PERL) -s $(CCTK_HOME)/lib/sbin/CVSStatus.pl
.PHONY:
+cvsupdate:
+ $(PERL) -s $(CCTK_HOME)/lib/sbin/CVSUpdate.pl arrangements
+
+.PHONY:
cvsdiff:
$(PERL) -s $(CCTK_HOME)/lib/sbin/CVSStatus.pl -case=diff