aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-11-04 01:04:16 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-11-04 01:04:16 +0000
commit87c6c079a9fc6248c059db8c225f7a75be97492e (patch)
treeb580122fbc82da058eab3b33a90dfad33f289d37 /build-all.mk
parentf1c6dbf683175c78a5fd049d21dcc74c7a8d4b89 (diff)
downloadgdb-87c6c079a9fc6248c059db8c225f7a75be97492e.zip
gdb-87c6c079a9fc6248c059db8c225f7a75be97492e.tar.gz
gdb-87c6c079a9fc6248c059db8c225f7a75be97492e.tar.bz2
build-all-latest target
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/build-all.mk b/build-all.mk
index 42defc0..90ec26b 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -366,6 +366,19 @@ build:
fi ; \
done
+build-all-latest:
+ @for i in $(TARGETS) ; do \
+ if [ "$$i" = "native" ] ; then \
+ echo "building 3stage for $(canonhost)" ; \
+ $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
+ echo " completed successfully" ; \
+ else \
+ echo "building $(canonhost) cross to $$i" ; \
+ $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-latest $(cyglog) && \
+ echo " completed successfully" ; \
+ fi ; \
+ done
+
### Local Variables:
### fill-column: 131
### End: