Add clean target.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 8 Apr 1994 00:33:47 +0000 (00:33 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 8 Apr 1994 00:33:47 +0000 (00:33 +0000)
ChangeLog
build-all.mk

index 43d2db2f96f268858fbc788e8fb3a3a8524af275..f550e205cb20c3912d669b02b6d0f2181501ea8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cd9a8fc6bc99280a9bf22e7cc3d19ab3525c810b..66570be9e678f263c75412671bf11a000d42b571 100644 (file)
@@ -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:
This page took 0.033248 seconds and 4 git commands to generate.