Add clean target.
This commit is contained in:
parent
06863047a5
commit
44c1515dc7
@ -1,3 +1,7 @@
|
||||
Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
|
||||
|
||||
* build-all.mk: Add `clean' target.
|
||||
|
||||
Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* config.guess: Add SINIX support.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user