aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-07-18 05:58:14 +0000
committerK. Richard Pixley <rich@cygnus>1992-07-18 05:58:14 +0000
commitff34c090ce46bec1b9bac39a47332ca32bab09a0 (patch)
tree6b81b0f0d970fcaef27edfbbd67b158bc32c3ee7
parentdae8a4cf86afcb99276e1e059b017712e3d7200e (diff)
downloadgdb-ff34c090ce46bec1b9bac39a47332ca32bab09a0.zip
gdb-ff34c090ce46bec1b9bac39a47332ca32bab09a0.tar.gz
gdb-ff34c090ce46bec1b9bac39a47332ca32bab09a0.tar.bz2
remove stamp-co on very
-rw-r--r--ChangeLog1
-rw-r--r--test-build.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a7813f..e4de442 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
* test-build.mk: recurse explicitly with -f test-build.mk when
appropriate. predicate stage3 and comparison on the existence
of gcc. That is, if gcc isn't around, we aren't three-staging.
+ On very clean, also remove ...stamp-co.
Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
diff --git a/test-build.mk b/test-build.mk
index bd8884d..b5610bd 100644
--- a/test-build.mk
+++ b/test-build.mk
@@ -379,7 +379,7 @@ clean:
.PHONY: very
very:
- rm -rf $(TREE)
+ rm -rf $(TREE) $(TREE)-stamp-co
.PHONY: $(TREE)
$(TREE): $(TREE)-stamp-co