From 6919bbd4e32fdd547224a52f354c97af1fc1f819 Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Mon, 10 Mar 2008 21:38:34 +0100 Subject: * Update mozclient-status rule to list tags relative to each project instead of just gecko trunk - update src/mozclient.mk.in --- src/mozclient.mk.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mozclient.mk.in') diff --git a/src/mozclient.mk.in b/src/mozclient.mk.in index 652868f..66eae0e 100644 --- a/src/mozclient.mk.in +++ b/src/mozclient.mk.in @@ -128,8 +128,10 @@ $(MOZ_CLIENT): mozclient-deps mozclient-dir mozclient-client: $(MOZCLIENT_TMP)/$(MOZCLIENT_STAMP) # List all tags -mozclient-status: $(MOZ_CLIENT) - cd $(MOZCLIENT_TMP)/mozilla && cvs status -v client.mk +mozclient-status: mozclient-deps mozclient-dir + cd $(MOZCLIENT_TMP) && cvs -d $(MOZCLIENT_CVS_LOC) co $(MOZCLIENT_FILE) + cd $(MOZCLIENT_TMP)/mozilla && cvs status -v $(subst mozilla/,,$(MOZCLIENT_FILE)) + rm -rf $(MOZCLIENT_TMP) # Patch # - don't patch when a branch name is specified -- cgit v1.2.3