tweak the fatal errorlevel

127 is also returned by dot(1), and we're toasted
if unable to create $(BUILDDIR).
This commit is contained in:
Michael Shigorin 2012-03-27 08:36:23 +03:00
parent d6e899d129
commit 587eac45ec

View File

@ -15,7 +15,7 @@ if [ -s "$(SYMLINK)" -a "$(NUM_TARGETS)" = 1 ] && \
then \
echo "$(BUILDLINK)"; \
else \
bin/mktmpdir $(BUILDDIR_PREFIX) || exit 127; \
bin/mktmpdir $(BUILDDIR_PREFIX) || exit 200; \
fi; )
endif