updates dates, added build-cygnus target

This commit is contained in:
David D. Zuhn
1992-11-23 01:40:05 +00:00
parent 36e0df2384
commit 5ba0048726
2 changed files with 287 additions and 115 deletions

View File

@ -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)