mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12:21 +08:00
updates dates, added build-cygnus target
This commit is contained in:
19
build-all.mk
19
build-all.mk
@ -15,7 +15,7 @@ TREE = devo
|
||||
|
||||
NATIVE = native
|
||||
|
||||
DATE = 921117
|
||||
DATE = 921118
|
||||
|
||||
TAG = latest-$(DATE)
|
||||
|
||||
@ -104,6 +104,23 @@ all-cygnus:
|
||||
done
|
||||
@echo done at `date`
|
||||
|
||||
build-cygnus:
|
||||
@echo build started at `date`
|
||||
@for i in $(TARGETS) ; do \
|
||||
if [ "$$i" = "native" ] ; then \
|
||||
if [ ! -f $(canonhost)-3stage-done ] ; then \
|
||||
echo "3staging $(canonhost) native" ; \
|
||||
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(host)-stamp-3stage-done $(log) && \
|
||||
echo " completed successfully" ; \
|
||||
fi \
|
||||
else \
|
||||
echo "building $(canonhost) cross to $$i" ; \
|
||||
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-cygnus $(tlog) && \
|
||||
echo " completed successfully" ; \
|
||||
fi ; \
|
||||
done
|
||||
@echo done at `date`
|
||||
|
||||
all-native:
|
||||
[ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
|
||||
rm -f /usr/cygnus/$(TAG)
|
||||
|
Reference in New Issue
Block a user