diff options
author | K. Richard Pixley <rich@cygnus> | 1992-07-18 05:58:14 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-07-18 05:58:14 +0000 |
commit | ff34c090ce46bec1b9bac39a47332ca32bab09a0 (patch) | |
tree | 6b81b0f0d970fcaef27edfbbd67b158bc32c3ee7 | |
parent | dae8a4cf86afcb99276e1e059b017712e3d7200e (diff) | |
download | gdb-ff34c090ce46bec1b9bac39a47332ca32bab09a0.zip gdb-ff34c090ce46bec1b9bac39a47332ca32bab09a0.tar.gz gdb-ff34c090ce46bec1b9bac39a47332ca32bab09a0.tar.bz2 |
remove stamp-co on very
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | test-build.mk | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |