mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 17:16:29 +00:00
build-all-latest target
This commit is contained in:
parent
f1c6dbf683
commit
87c6c079a9
13
build-all.mk
13
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user