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:
parent
d6e899d129
commit
587eac45ec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user