aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-06-14 19:17:29 +0000
committerIan Lance Taylor <ian@airs.com>1993-06-14 19:17:29 +0000
commit75217b369eaa9cc748a75831156e015dc3c57488 (patch)
tree0612659a5ea388cec83d047645044b8091297346 /build-all.mk
parent9caf15da5176e2ca0c16884b239ef6308279bbbd (diff)
downloadfsf-binutils-gdb-75217b369eaa9cc748a75831156e015dc3c57488.zip
fsf-binutils-gdb-75217b369eaa9cc748a75831156e015dc3c57488.tar.gz
fsf-binutils-gdb-75217b369eaa9cc748a75831156e015dc3c57488.tar.bz2
Corrected if test for build native, and added else true for Ultrix.
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-all.mk b/build-all.mk
index 50ed6b1..9552d1f 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -147,10 +147,12 @@ all-cygnus:
ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
@for i in $(TARGETS) ; do \
if [ "$$i" = "native" ] ; then \
- if [ ! -f $(canonhost)-3stage-done ] ; then \
+ if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
echo "3staging $(canonhost) native" ; \
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
echo " completed successfully" ; \
+ else \
+ true ; \
fi \
else \
echo "building $(canonhost) cross to $$i" ; \