summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-10 07:37:29 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-10 07:37:29 +0000
commitf7532f9d2694a8c6126d015cb6b89229bb040302 (patch)
tree7d3d593e65930fb3e1f72428b9fce724b4f280c1 /Makefile
parent5a898d0e18fa3a9ebd509c45b1535d2e644943da (diff)
Fixing some odd .PHONY declarations.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2396 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 6525fdd6..3f3ce0b4 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.123 2001-09-23 11:03:05 allen Exp $
+# @version $Id: Makefile,v 1.124 2001-10-10 07:37:29 goodale Exp $
# @@*/
##################################################################################
@@ -942,16 +942,18 @@ thorninfo:
# Processed CVS information
-.PHONY:
+.PHONY: cvsstatus
+
cvsstatus:
$(PERL) -s $(CCTK_HOME)/lib/sbin/CVSStatus.pl
-.PHONY:
+# run cvsudpate on a configuration
+
+.PHONY cvsupdate:
+
cvsupdate:
$(PERL) -s $(CCTK_HOME)/lib/sbin/CVSUpdate.pl arrangements
-# run cvsudpate on a configuration
-.PHONY cvsupdate:
ifneq ($strip($(CONFIGURATIONS)),)
.PHONY $(addsuffix -cvsupdate,$(CONFIGURATIONS)):
@@ -971,7 +973,8 @@ endif
@echo Configuration $(@:%-cvsupdate=%) does not exist.
@echo CVS Update aborted.
-.PHONY:
+.PHONY: cvsdiff
+
cvsdiff:
$(PERL) -s $(CCTK_HOME)/lib/sbin/CVSStatus.pl -case=diff