Commit 587eac45 authored by Michael Shigorin's avatar Michael Shigorin

tweak the fatal errorlevel

127 is also returned by dot(1), and we're toasted if unable to create $(BUILDDIR).
parent d6e899d1
...@@ -15,7 +15,7 @@ if [ -s "$(SYMLINK)" -a "$(NUM_TARGETS)" = 1 ] && \ ...@@ -15,7 +15,7 @@ if [ -s "$(SYMLINK)" -a "$(NUM_TARGETS)" = 1 ] && \
then \ then \
echo "$(BUILDLINK)"; \ echo "$(BUILDLINK)"; \
else \ else \
bin/mktmpdir $(BUILDDIR_PREFIX) || exit 127; \ bin/mktmpdir $(BUILDDIR_PREFIX) || exit 200; \
fi; ) fi; )
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment