From: David D. Zuhn Date: Thu, 4 Nov 1993 01:04:16 +0000 (+0000) Subject: build-all-latest target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87c6c079a9fc6248c059db8c225f7a75be97492e;p=binutils-gdb.git build-all-latest target --- diff --git a/build-all.mk b/build-all.mk index 42defc02e9c..90ec26b8c94 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: