diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1994-04-08 00:33:47 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1994-04-08 00:33:47 +0000 |
commit | 44c1515dc7eee69194750e926b954e15b09d0dff (patch) | |
tree | 2c1cf33a164714f03d627f9688b94197af0206bd /build-all.mk | |
parent | 06863047a55b5015e5a3ff9d87ae152a1ab67eec (diff) | |
download | gdb-44c1515dc7eee69194750e926b954e15b09d0dff.zip gdb-44c1515dc7eee69194750e926b954e15b09d0dff.tar.gz gdb-44c1515dc7eee69194750e926b954e15b09d0dff.tar.bz2 |
Add clean target.
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-all.mk b/build-all.mk index cd9a8fc..66570be 100644 --- a/build-all.mk +++ b/build-all.mk @@ -29,6 +29,8 @@ # (rt = all, build-cygnus for cross) # build-all-latest - build 3stage native and all supported cross targets # (rt = $(canonhost)-stamp-3stage-done, build-latest for cross) +# clean - remove objdir directories, stamp files +# (rt = clean) # # To configure/build for fewer targets, specify TARGETS="native cross1 ...". @@ -385,6 +387,9 @@ build-all-latest: fi ; \ done +clean: + $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) clean $(log) + ### Local Variables: ### fill-column: 131 ### End: |