Commit 09b5739a authored by Anton Midyukov's avatar Anton Midyukov

lib/profile.mk: do not abort build with CHECK=0, if unavailable ARCH

parent af4d16ae
......@@ -68,7 +68,7 @@ profile/init: distclean
else \
echo; \
fi >&2; \
exit 1; \
[ "$(CHECK)" = 0 ] || exit 1; \
fi; \
fi; \
mp-commit -i "$(BUILDDIR)" "derivative profile initialized"; \
......
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